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__", "default_locale": "en", "version": "1.0.2", "icons": { "16": "src\/icons\/icon16.png", "32": "src\/icons\/icon32.png", "48": "src\/icons\/icon48.png", "128": "src\/icons\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/config.js-loader.js", "assets\/content.js-loader.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "assets\/styles.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "src\/config.js", "src\/analytics.js", "config.js", "content.js" ], "use_dynamic_url": false } ], "permissions": [ "storage", "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/mp3.mediatools.pro\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.youtu.be\/*", "https:\/\/api.eu.amplitude.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } }