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": "\u0422\u0423\u0411\u0415\u0420\u041d\u0415\u0422 - \u0422\u0432\u043e\u0439 \u0412\u041f\u041d \u0434\u043b\u044f \u043b\u044e\u0431\u0438\u043c\u044b\u0445 \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0432",
"short_name": "\u0422\u0423\u0411\u0415\u0420\u041d\u0415\u0422",
"description": "\u0422\u0443\u0431\u0435\u0440NET - \u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 VPN \u0434\u043b\u044f YouTube, ChatGPT, Discord \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0432. \u041e\u0431\u0445\u043e\u0434 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438 \u042e\u0442\u0443\u0431\u0430, \u0418\u043d\u0441\u0442\u0430\u0433\u0440\u0430\u043c, \u0424\u0435\u0439\u0441\u0431\u0443\u043a, \u0414\u0438\u0441\u043a\u043e\u0440\u0434 \u0438 \u0434\u0440.",
"version": "1.9.1",
"icons": {
"16": "static\/icon-16.png",
"32": "static\/icon-32.png",
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "\u0422\u0423\u0411\u0415\u0420\u041d\u0415\u0422",
"default_icon": {
"16": "static\/icon-16.png",
"32": "static\/icon-32.png",
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
}
},
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*",
"https:\/\/music.youtube.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_idle"
}
],
"optional_permissions": [
"privacy"
],
"permissions": [
"proxy",
"storage",
"tabs",
"webNavigation",
"management"
],
"host_permissions": [
"<all_urls>"
]
}