Cookie Jar

Sandbox your cookies.

Was ist Cookie Jar?

Cookie Jar ist eine Chrome-Erweiterung, die von l01cd3v entwickelt wurde, und ihr Hauptmerkmal ist "Sandbox your cookies.".

Cookie Jar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Jar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
Offizielle URL https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
Beschreibung Sandbox your cookies.
Dateigröße 10.24 KB
Installationsanzahl 126
Aktuelle Version 0.2
Letztes Update 2015-01-05
Veröffentlichungsdatum 2015-01-05
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler l01cd3v
Zahlungsart free
Erweiterungswebsite https://github.com/l01cd3v/CookieJar
Unterstützte Sprachen 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
}