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__", "version": "1.0.3", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.googletagmanager.com\/*", "*:\/\/*.google-analytics.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "bridge.js" ], "world": "MAIN", "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "page_script_get_track.js", "page-script.js", "icons\/*", "node_modules\/@supabase\/supabase-js\/*" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }