WebExtension.net
Toggle dark mode
WebExtension.net

Quick Javascript Switcher

View on Chrome Web Store
View Quick Javascript Switcher Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (806 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Quick Javascript Switcher Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

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.

© 2025 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