Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "sprint.youtube - \u0423\u0441\u043a\u043e\u0440\u0435\u043d\u0438\u0435 YouTube",
"version": "2.0.2",
"description": "\u0423\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432\u0438\u0434\u0435\u043e YouTube \u0431\u0435\u0437 VPN",
"permissions": [
"storage",
"proxy",
"tabs",
"webNavigation",
"notifications"
],
"background": {
"service_worker": "background\/background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "popup\/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/*.ytimg.com\/*",
"https:\/\/*.googlevideo.com\/*",
"https:\/\/*.ggpht.com\/*",
"https:\/\/*.youtube-nocookie.com\/*",
"https:\/\/*.youtubekids.com\/*",
"https:\/\/*.sprint-ext.ru\/*",
"https:\/\/*.speedyext.ru\/*",
"https:\/\/*.youtu.be\/*",
"https:\/\/s3.twcstorage.ru\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtube-nocookie.com\/*"
],
"js": [
"premiumLead\/premiumLead.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtube-nocookie.com\/*"
],
"css": [
"css\/premiumLead.css",
"css\/sorry.css"
],
"js": [
"sorry\/sorry.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"messageListener\/messageListener.js"
],
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtube-nocookie.com\/*"
]
}
]
}