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",
"name": "\u0412\u041f\u041d \u0434\u043b\u044f \u042e\u0442\u0443\u0431\u0430 \u0432 \u0420\u043e\u0441\u0441\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Google Chrome",
"version": "2.7",
"description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0412\u041f\u041d \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a YouTube \u0432 \u0420\u043e\u0441\u0441\u0438\u0438 \u2014 \u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043b\u044e\u0431\u0438\u043c\u044b\u0435 \u0432\u0438\u0434\u0435\u043e \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u043a YouTube \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"default_popup": "popup\/main.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/bg.js"
},
"content_scripts": [
{
"js": [
"js\/back_youtube.js"
],
"matches": [
"*:\/\/www.google.com\/sorry\/index*"
]
}
],
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider",
"browsingData",
"notifications",
"offscreen"
],
"host_permissions": [
"<all_urls>"
]
}