JavaScript Switch

Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website

JavaScript Switchとは何ですか?

JavaScript SwitchはManikandan Rによって開発されたChromeの拡張機能で、その主な機能は「Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website」です。

拡張機能のスクリーンショット

screenshot

JavaScript Switch拡張機能のCRXファイルをダウンロード

JavaScript Switch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Developers and Users can switch JavaScript ON/OFF instantly, to block vulnerable JavaScript programs and to test accessibility of the website.

🌄 World without JavaScript
       ________________________
When you switch off the JavaScript for a website, you will enter into a new world with
    - No ads
    - No endless scrolling
    - No Pop up
    - No Cookies
    - No Local Storage
It means no data storing and sharing with advertisers and third party vulnerable programs. Enter into this new world of websites with JavaScript Switch.                    

拡張機能の基本情報

名前 JavaScript Switch JavaScript Switch
ID fopnmaooogcdcnofegdbcgfbgpkhgoae
公式URL https://chromewebstore.google.com/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae
説明 Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website
ファイルサイズ 107 KB
インストール数 372
現在のバージョン 1.0.2
最終更新日 2023-05-09
公開日 2021-07-05
開発者 Manikandan R
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mkdr390.github.io/javascript-switch/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JavaScript Switch",
    "version": "1.0.2",
    "description": "Developers and users can switch JavaScript ON\/OFF to block vulnerable JavaScript programs and test accessibility of the website",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/mkdr390.github.io\/javascript-switch",
    "permissions": [
        "tabs",
        "contentSettings"
    ],
    "background": {
        "service_worker": "js\/main.js"
    },
    "action": {
        "default_icon": "icons\/icon-enabled.png"
    }
}