Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_icon": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/chatgpt.com\/*" ], "js": [ "scripts\/index.bundle.js" ], "css": [ "scripts\/youtube.css" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "128": "images\/icon.png" } }