-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
203 lines (203 loc) · 5.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
{
"name": "youtube-all-html5",
"title": "YouTube ALL HTML5",
"id": "jid1-qj0w91o64N7Eeg@jetpack",
"description": "Play all videos on YouTube with your preferred settings (size, quality, playback rate, …) without cookies using only HTML5.",
"author": "Klemens Schölhorn",
"main" : "lib/main.js",
"permissions": { "private-browsing": true,
"unsafe-content-script": true,
"multiprocess": true },
"license": "GPLv3",
"version": "3.2.0",
"engines": {
"firefox": ">=38.0a1",
"{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}": ">=27.1.0b1"
},
"preferences": [{
"name": "yt-player-height",
"title": "YouTube player size",
"description": "Automatically change the size of the YouTube player.",
"type": "menulist",
"value": 0,
"options" : [{
"label": "Do not change",
"value": "0"
}, {
"label": "Calculate from window size",
"value": "-1"
}, {
"label": "640x360 (360p)",
"value": "360"
}, {
"label": "853x480 (480p)",
"value": "480"
}, {
"label": "1280x720 (720p)",
"value": "720"
}, {
"label": "1920x1080 (1080p)",
"value": "1080"
}, {
"label": "2560x1440 (1440p)",
"value": "1440"
}, {
"label": "Use theater mode",
"value": "-2"
}]
}, {
"name": "yt-video-resolution",
"title": "YouTube video resolution",
"description": "Choose the video quality to load.\n\"Auto\" chooses the right resolution for the size selected above.",
"type": "menulist",
"value": "auto",
"options" : [{
"label": "Auto",
"value": "auto"
}, {
"label": "144p",
"value": "256x144"
}, {
"label": "240p",
"value": "426x240"
}, {
"label": "360p",
"value": "640x360"
}, {
"label": "480p (MSE)",
"value": "853x480"
}, {
"label": "720p",
"value": "1280x720"
}, {
"label": "1080p (MSE)",
"value": "1920x1080"
}, {
"label": "1440p (MSE)",
"value": "2560x1440"
}, {
"label": "2160p (MSE)",
"value": "3840x2160"
}]
}, {
"name": "yt-disable-flash",
"title": "Disable Flash on YouTube",
"description": "If you want to keep Flash enabled but use HTML5 on YouTube (and embedded videos).",
"type": "bool",
"value": false
}, {
"name": "yt-start-option",
"title": "Start videos paused",
"description": "This pauses videos when they are loaded",
"type": "menulist",
"value": "none",
"options" : [{
"label": "Never",
"value": "none"
}, {
"label": "Only in background tabs",
"value": "paused-if-hidden"
}, {
"label": "Only when not watching a playlist",
"value": "paused-if-not-playlist"
}, {
"label": "Always",
"value": "paused"
}]
}, {
"name": "yt-video-playback-rate",
"title": "Video playback rate",
"description": "Set playback rate on start of the video (experimental)",
"type": "menulist",
"value": "1.0",
"options" : [{
"label": "Slower (0.25x)",
"value": "0.25"
}, {
"label": "Slow (0.5x)",
"value": "0.5"
}, {
"label": "Default (do not change)",
"value": "1.0"
}, {
"label": "Fast (1.25x)",
"value": "1.25"
}, {
"label": "Faster (1.5x)",
"value": "1.5"
}, {
"label": "Ludicrous (2x)",
"value": "2.0"
}]
}, {
"name": "yt-video-volume",
"title": "Video volume",
"description": "Set volume on start of the video (experimental)",
"type": "menulist",
"value": -1,
"options" : [{
"label": "Default (do not change)",
"value": "-1"
}, {
"label": "0 % (Muted)",
"value": "0"
}, {
"label": "5 %",
"value": "5"
}, {
"label": "12 %",
"value": "12"
}, {
"label": "25 %",
"value": "25"
}, {
"label": "50 %",
"value": "50"
}, {
"label": "75 %",
"value": "75"
}, {
"label": "100 %",
"value": "100"
}]
}, {
"name": "yt-disable-autoplay",
"title": "Prevent autoplay of recommended videos",
"description": "This is equivalent to the button in the recommended column (experimental)",
"type": "bool",
"value": false
}, {
"name": "yt-hide-annotations",
"title": "Hide video annotations",
"description": "This hides all text and link annotations (experimental)",
"type": "bool",
"value": false
}, {
"name": "yt-enable-context-menu",
"title": "Enable opening videos without their playlists",
"description": "Adds a context menu entry that lets you open a video link which contains a playlist without the playlist.",
"type": "bool",
"value": true
}, {
"name": "yt-loadtype",
"title": "YouTube video loading method",
"type": "radio",
"value": "html5-test",
"options": [{
"value": "html5-test",
"label": "Force HTML5-Test (default)"
}, {
"value": "none",
"label": "Disable"
}, {
"value": "ie-legacy",
"label": "Emulate Internet Explorer (not recommended)"
}]
}, {
"name": "yt-disable-spf",
"title": "Disable YouTube SPF",
"description": "Most features of this add-on only work correctly when SPF is disabled",
"type": "bool",
"value": true
}]
}