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
Eメール [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"
    ]
}