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": "\u041f\u043e\u0442\u043e\u043a \u2013 \u0443\u0441\u043a\u043e\u0440\u0438\u0442\u0435\u043b\u044c YouTube", "version": "1.1.1", "description": "\u041f\u043e\u0442\u043e\u043a \u2013 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u0438 \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a YouTube \u0438\u0437 \u0420\u043e\u0441\u0441\u0438\u0438", "permissions": [ "proxy", "storage", "webRequest", "activeTab", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background\/service_worker.js" }, "action": { "default_popup": "action\/default_popup.html", "default_icon": { "16": "public\/icons\/icon16.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content_scripts\/content-0.js" ], "run_at": "document_idle", "css": [] }, { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.google.com\/*" ], "js": [ "content_scripts\/content-1.js" ], "css": [ "content_scripts\/content-1.css", "\/public\/content-variables.css" ], "run_at": "document_start" } ], "icons": { "16": "public\/icons\/icon16.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "web_accessible_resources\/*" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.google.com\/*" ] } ] }