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, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "4.1.6", "short_name": "__MSG_appShortName__", "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "default_locale": "en", "action": { "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "default_title": "__MSG_browserActionTitle__" }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "youtube-mainworld.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] }, { "resources": [ "content-scripts\/youtube.css" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "background": { "type": "module", "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-scripts\/youtube.js" ] } ] }