Simple JavaScript/Cookie Disabler

Simply disable JavaScript and Cookies / Storage.

什么是Simple JavaScript/Cookie Disabler?

Simple JavaScript/Cookie Disabler是由http://datapip.de开发的Chrome扩展程序,该扩展的主要功能是“Simply disable JavaScript and Cookies / Storage.”。

扩展截图

screenshot
screenshot

下载Simple JavaScript/Cookie Disabler扩展crx文件

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

扩展使用说明

                        *This extension has no hidden agenda. It does not collect or send any data. It does not communicate to external servers. It simply activtes or deactivates JavaScript and/or Storage (Cookies).*

This simple plugin lets you easily disable or enable javascript and storage (cookies and local storage) for your browser. It's simple, clean and without any hidden functionality (no tracking or data collection of any kind).                    

扩展基本信息

名称 Simple JavaScript/Cookie Disabler Simple JavaScript/Cookie Disabler
ID dcbbbdngooopbjbbckfdoaaadaokhglb
官方URL https://chrome.google.com/webstore/detail/simple-javascriptcookie-d/dcbbbdngooopbjbbckfdoaaadaokhglb
简介 Simply disable JavaScript and Cookies / Storage.
文件大小 6.33 KB
安装次数 51
当前版本 1.2
更新时间 2021-01-24
上架时间 2020-06-20
评分 5.00/5 共1次评分
开发者 http://datapip.de
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple JavaScript\/Cookie Disabler",
    "short_name": "JS\/Cookie Disabler",
    "version": "1.2",
    "description": "Simply disable JavaScript and Cookies \/ Storage.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "extension.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contentSettings"
    ]
}