Disable Cookies

Disable cookies on current site

Disable Cookiesとは何ですか?

Disable Cookiesはhttps://singleclickapps.comによって開発されたChromeの拡張機能で、その主な機能は「Disable cookies on current site」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Use this extension to disable/enable cookies on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable cookies for the domain only (the site opened in the currently selected tab). It will not stop third-party cookies set by the current site (analytics etc.) -- to disable third-party cookies you should use the respective content settings (chrome://settings/content/cookies)

When you disable cookies, it will delete cookies set by this site and will reload the current page. (Auto-reload/delete can be disabled in the Options page) 

There are some options available, but basically, the extension does just that and nothing more.                    

拡張機能の基本情報

名前 Disable Cookies Disable Cookies
ID lkmjmficaoifggpfapbffkggecbleang
公式URL https://chromewebstore.google.com/detail/disable-cookies/lkmjmficaoifggpfapbffkggecbleang
説明 Disable cookies on current site
ファイルサイズ 57.9 KB
インストール数 26,871
現在のバージョン 1.4.0
最終更新日 2020-03-20
公開日 2020-03-19
評価 3.90/5 合計 39 レビュー
開発者 https://singleclickapps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://singleclickapps.com/disable-cookies/
プライバシーポリシーページのURL https://singleclickapps.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Cookies",
    "version": "1.4.0",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/disable-cookies",
    "description": "Disable cookies on current site",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contentSettings",
        "contextMenus",
        "browsingData",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Disable Cookies"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html"
}