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
官方網址 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
}