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
}