Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "118.1.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background\/background.mjs", "type": "module" }, "options_page": "popup\/popup.html", "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "__MSG_appName__" }, "content_scripts": [ { "js": [ "scripts\/content_script.js" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "style\/*", "scripts\/*" ], "matches": [ "<all_urls>" ], "extension_ids": [] } ] }