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_extName__", "version": "1.3", "description": "__MSG_extDesc__", "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/youtube-logo-black.png", "48": "images\/youtube-logo-black.png", "128": "images\/youtube-logo-black.png" } }, "icons": { "16": "images\/youtube-logo-black.png", "48": "images\/youtube-logo-black.png", "128": "images\/youtube-logo-black.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] }