Cookie Jar

Sandbox your cookies.

Cookie Jarとは何ですか?

Cookie Jarはl01cd3vによって開発されたChromeの拡張機能で、その主な機能は「Sandbox your cookies.」です。

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

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

拡張機能の使用方法

                        Cookie Jar is a simple extension that allows you to visit your favorite websites without sharing this information with third parties (e.g. social networks, advertising networks, and analytics platform).
Cookie Jar functions by removing cookies sent to websites that are hosted on a different root domain than the website you are visiting.                    

拡張機能の基本情報

名前 Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
公式URL https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
説明 Sandbox your cookies.
ファイルサイズ 10.24 KB
インストール数 126
現在のバージョン 0.2
最終更新日 2015-01-05
公開日 2015-01-05
評価 4.00/5 合計 2 レビュー
開発者 l01cd3v
支払い方法 free
拡張機能のウェブサイト https://github.com/l01cd3v/CookieJar
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Jar",
    "version": "0.2",
    "description": "Sandbox your cookies.",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}