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": "Quick Javascript Switcher", "description": "Disable JavaScript on any site in one click", "version": "2.2.0", "minimum_chrome_version": "88.0", "homepage_url": "https:\/\/github.com\/maximelebreton\/quick-javascript-switcher", "permissions": [ "tabs", "contentSettings", "contextMenus", "storage" ], "incognito": "spanning", "background": { "service_worker": "service-worker.js" }, "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png", "256": "icons\/logo-256.png" }, "action": { "default_icon": "icons\/[email protected]" }, "options_ui": { "page": "options.html" }, "options_page": "options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "commands": { "handle-qjs-action": { "suggested_key": { "default": "Alt+Shift+Q", "windows": "Alt+Shift+Q", "mac": "Alt+Shift+Q" }, "description": "Enable \/ disable JavaScript" } } }