Disable Javascript

Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…

什么是Disable Javascript?

Disable Javascript是由iboyosifns开发的Chrome扩展程序,该扩展的主要功能是“Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…”。

扩展截图

screenshot
screenshot
screenshot

下载Disable Javascript扩展crx文件

下载Disable Javascript扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your protection, you can disable or enable JavaScript in Chrome with these steps.                    

扩展基本信息

名称 Disable Javascript Disable Javascript
ID ljllphohcllhbadkbnekpdpdgkfpmcpg
官方URL https://chromewebstore.google.com/detail/disable-javascript/ljllphohcllhbadkbnekpdpdgkfpmcpg
简介 Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…
文件大小 172 KB
安装次数 12
当前版本 0.2
更新时间 2018-02-08
上架时间 2018-02-07
开发者 iboyosifns
付费类型 free
隐私政策页面URL https://www.google.com/intl/ar/policies/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Javascript",
    "version": "0.2",
    "description": "",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Manage"
    },
    "background": {
        "scripts": [
            "js\/buy.js",
            "js\/sitesModal.js",
            "js\/background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoZRVFsNbKmkDpzAlaxigc8aRwzczjVEz2o53buu5h7vEeBsdR8DLr6I6bWnvkJ88JP973uYMMBeflpAw\/KRWd1RC5h+QGoeb31H5XHzIUNLA+yEwKR5Jo5UwRYx9v9Cw0fWlZo0AEWF8pNqjiqjXM0EGH1VvBYtCJOWrU2M62Ke9pZ3Z\/nZ4gsxn7nYejET\/4lkOcjFrxXYXBX21Iy0ZPrAObVhVfbCour0uipsJBCM8aWsv7OYv9kS7EbVosPYqGXwoJfjUECR7cqwGrv4ENm8HkckJaLOoXYQWU0kUt9AY2\/t1nnLkT31niu4lXwYqBuWuxU48UHy8DN14W6mtAwIDAQAB",
    "permissions": [
        "contentSettings",
        "activeTab"
    ],
    "icons": {
        "48": "icon.png"
    }
}