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": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.2", "default_locale": "en", "permissions": [ "proxy", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content_scripts\/content.css" ], "js": [ "content_scripts\/content.js" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "128": "icons\/icon128.png" } }