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_extension_name__", "version": "1.1.0", "description": "__MSG_extension_description__", "default_locale": "en", "author": "tabmanagerproo", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "src\/html\/popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "background": { "service_worker": "src\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "src\/js\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "src\/js\/page-script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] }, { "resources": [ "src\/html\/help.html", "css\/*", "js\/*" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }