forked from ilyhalight/voice-over-translation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheaders.json
More file actions
116 lines (116 loc) · 3.65 KB
/
headers.json
File metadata and controls
116 lines (116 loc) · 3.65 KB
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
{
"name": "[VOT] - Voice Over Translation",
"description": "A small extension that adds a Yandex Browser video translation to other browsers",
"version": "1.5.1-beta2",
"author": "sodapng, mynovelhost, Toil, SashaXser, MrSoczekXD",
"namespace": "vot",
"icon": "https://translate.yandex.ru/icons/favicon.ico",
"updateURL": "https://raw.githubusercontent.com/ilyhalight/voice-over-translation/master/dist/vot.user.js",
"downloadURL": "https://raw.githubusercontent.com/ilyhalight/voice-over-translation/master/dist/vot.user.js",
"supportURL": "https://github.com/ilyhalight/voice-over-translation/issues",
"homepageURL": "https://github.com/ilyhalight/voice-over-translation/issues",
"match": [
"*://*.youtube.com/*",
"*://*.youtube-nocookie.com/*",
"*://*.youtubekids.com/*",
"*://*.twitch.tv/*",
"*://*.xvideos.com/*",
"*://*.pornhub.com/*",
"*://*.vk.com/*",
"*://*.vk.ru/*",
"*://invidious.snopyta.org/*",
"*://invidious.kavin.rocks/*",
"*://vid.puffyan.us/*",
"*://invidious.namazso.eu/*",
"*://inv.riverside.rocks/*",
"*://yt.artemislena.eu/*",
"*://invidious.flokinet.to/*",
"*://invidious.esmailelbob.xyz/*",
"*://invidious.nerdvpn.de/*",
"*://invidious.slipfox.xyz/*",
"*://invidio.xamh.de/*",
"*://invidious.dhusch.de/*",
"*://*.piped.video/*",
"*://piped.tokhmi.xyz/*",
"*://piped.moomoo.me/*",
"*://piped.syncpundit.io/*",
"*://piped.mha.fi/*",
"*://watch.whatever.social/*",
"*://piped.garudalinux.org/*",
"*://efy.piped.pages.dev/*",
"*://watch.leptons.xyz/*",
"*://piped.lunar.icu/*",
"*://yt.dc09.ru/*",
"*://piped.mint.lgbt/*",
"*://*.il.ax/*",
"*://piped.privacy.com.de/*",
"*://piped.esmailelbob.xyz/*",
"*://piped.projectsegfau.lt/*",
"*://piped.in.projectsegfau.lt/*",
"*://piped.us.projectsegfau.lt/*",
"*://piped.privacydev.net/*",
"*://piped.palveluntarjoaja.eu/*",
"*://piped.smnz.de/*",
"*://piped.adminforge.de/*",
"*://piped.qdi.fi/*",
"*://piped.hostux.net/*",
"*://piped.chauvet.pro/*",
"*://piped.jotoma.de/*",
"*://piped.pfcd.me/*",
"*://piped.frontendfriendly.xyz/*",
"*://*.yewtu.be/*",
"*://inv.vern.cc/*",
"*://*.vimeo.com/*",
"*://*.9gag.com/*",
"*://*.twitter.com/*",
"*://*.facebook.com/*",
"*://*.rutube.ru/*",
"*://*.bilibili.com/*",
"*://my.mail.ru/*",
"*://*.bitchute.com/*",
"*://*.coursera.org/learn/*",
"*://*.udemy.com/course/*",
"*://*.tiktok.com/*",
"*://proxitok.pabloferreiro.es/*",
"*://proxitok.pussthecat.org/*",
"*://tok.habedieeh.re/*",
"*://proxitok.esmailelbob.xyz/*",
"*://proxitok.privacydev.net/*",
"*://tok.artemislena.eu/*",
"*://tok.adminforge.de/*",
"*://tik.hostux.net/*",
"*://tt.vern.cc/*",
"*://cringe.whatever.social/*",
"*://proxitok.lunar.icu/*",
"*://proxitok.privacy.com.de/*",
"*://rumble.com/*",
"*://*.eporner.com/*",
"*://peertube.1312.media/*",
"*://tube.shanti.cafe/*",
"*://bee-tube.fr/*",
"*://video.sadmin.io/*",
"*://dalek.zone/*",
"*://review.peertube.biz/*",
"*://peervideo.club/*",
"*://tube.la-dina.net/*",
"*://peertube.tmp.rcp.tf/*",
"*://geo.dailymotion.com/*",
"*://*.ok.ru/*",
"*://trovo.live/*",
"*://disk.yandex.ru/i/*",
"*://coursehunter.net/*"
],
"require": [
"https://cdn.jsdelivr.net/npm/protobufjs/dist/light/protobuf.min.js",
"https://cdn.jsdelivr.net/npm/hls.js@1"
],
"grant": [
"GM_xmlhttpRequest",
"GM_info",
"GM_setValue",
"GM_getValue",
"GM_deleteValue",
"GM_listValues"
],
"connect": ["api.browser.yandex.ru"]
}