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, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "2.0", "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/video-icon16.png", "48": "images\/video-icon48.png", "128": "images\/video-icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/button-icon.png" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] }