WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
JavaScript On/Off Secure

JavaScript On/Off Secure

View on Chrome Web Store
View JavaScript On/Off Secure Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
3 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Quickly enable or disable JavaScript for all websites.
Type
Extension
Users
12 users
1
Website codeaxe.co.in
Asadullah Nadeem
View author page of Asadullah Nadeem
Published
Published on March 11, 2025
Version 2.0.0
Manifest version
3
Updated
Updated on August 15, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View JavaScript On/Off Secure 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": "JavaScript On\/Off Secure",
    "version": "2.0.0",
    "description": "Quickly enable or disable JavaScript for all websites.",
    "permissions": [
        "contentSettings",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-on.png",
            "32": "icons\/32-on.png",
            "48": "icons\/48-on.png",
            "128": "icons\/128-on.png"
        },
        "default_title": "Toggle JavaScript"
    },
    "icons": {
        "16": "icons\/16-on.png",
        "32": "icons\/32-on.png",
        "48": "icons\/48-on.png",
        "128": "icons\/128-on.png"
    },
    "commands": {
        "toggle-js": {
            "suggested_key": {
                "default": "Ctrl+0",
                "mac": "Command+0"
            },
            "description": "Toggle JavaScript On\/Off"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'"
    }
}
© 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