Easily Disable JavaScript

Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)

什麼是Easily Disable JavaScript?

Easily Disable JavaScript是由https://flappybird.ee開發的Chrome擴展程式,該擴展的主要功能是“Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)”。

擴展截圖

screenshot
screenshot
screenshot

下載Easily Disable JavaScript擴展crx文件

下載Easily Disable JavaScript擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An easy way to disable any website JavaScript
Use a single button to turn javascript on or off on the Google Chrome Tab you are in. You might want to turn off javascript to help debug a webpage/check your website code errors.

This is the quickest way to enable or disable Javascript

One thing you need is to install this extension and we will do the rest

Once you are on the website you wish to disable javascript, just click on the software extension. That's all
You can turn javascript back on for that webpage by clicking on the extension icon again.                    

擴展基本資訊

名稱 Easily Disable JavaScript Easily Disable JavaScript
ID phjcflcbbmcigekcmdfnphacifamhlja
官方網址 https://chromewebstore.google.com/detail/easily-disable-javascript/phjcflcbbmcigekcmdfnphacifamhlja
簡介 Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)
檔案大小 239 KB
安裝次數 13,607
目前版本 1.0.1
更新時間 2022-12-16
上架時間 2020-07-21
評分 4.67/5 共 15 次評分
開發者 https://flappybird.ee
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.w3technic.com
說明頁面URL https://www.w3technic.com/
隱私政策頁面URL https://w3technic.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "contentSettings",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/20.png",
            "40": "images\/40.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/p\/easily-disable-javascript.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}