Cookie Jar

Sandbox your cookies.

What is Cookie Jar?

Cookie Jar is a Chrome extension developed by l01cd3v, and its main feature is "Sandbox your cookies.".

Download Cookie Jar Extension CRX File

Download Cookie Jar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
Official URL https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
Description Sandbox your cookies.
File Size 10.24 KB
Installation Count 126
Current Version 0.2
Last Updated 2015-01-05
Publish Date 2015-01-05
Rating 4.00/5 Total 2 Ratings
Developer l01cd3v
Payment Type free
Extension Website https://github.com/l01cd3v/CookieJar
Supported Languages 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
}