WebExtension.net
WebExtension.net

Quick Javascript Switcher

View on Chrome Web Store
View Quick Javascript Switcher Chrome Extension on Chrome Web Store
4.3 (799 ratings)
2 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Disable JavaScript on any site in one click
Type
Extension
Users
200,000 users
maximelebreton
View author page of maximelebreton
Published
Published on December 15, 2011
Version 2.2.0
Manifest version
3
Updated
Updated on November 14, 2024
View on Chrome Web Store
View Quick Javascript Switcher Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top