Cookie Jar

Sandbox your cookies.

Wat is Cookie Jar?

Cookie Jar is een Chrome-extensie ontwikkeld door l01cd3v, en de belangrijkste functie is "Sandbox your cookies.".

Download het CRX-bestand van de extensie Cookie Jar

Download Cookie Jar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
Officiële URL https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
Beschrijving Sandbox your cookies.
Bestandsgrootte 10.24 KB
Aantal Installaties 126
Huidige Versie 0.2
Laatst Bijgewerkt 2015-01-05
Publicatiedatum 2015-01-05
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar l01cd3v
Betalingswijze free
Extensiewebsite https://github.com/l01cd3v/CookieJar
Ondersteunde Talen 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
}