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, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/vimeo.com\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "js\/contentScript.js" ] }, { "all_frames": false, "js": [ "js\/contentMain.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "world": "MAIN" } ], "background": { "service_worker": "js\/serviceWorker.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*", "*:\/\/videoquizzz.com\/*" ], "icons": { "16": "logos\/icon16.png", "32": "logos\/icon32.png", "64": "logos\/icon64.png", "128": "logos\/icon128.png" }, "action": { "default_popup": "layouts\/popup.html", "default_icon": "\/logos\/icon128.png" } }