Cookie Jar

Sandbox your cookies.

Hvad er Cookie Jar?

Cookie Jar er en Chrome-udvidelse udviklet af l01cd3v, og dens hovedfunktion er "Sandbox your cookies.".

Download Cookie Jar-udvidelses-CRX-fil

Download Cookie Jar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
Officiel URL https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
Beskrivelse Sandbox your cookies.
Filstørrelse 10.24 KB
Antal Installationer 126
Nuværende Version 0.2
Senest Opdateret 2015-01-05
Udgivelsesdato 2015-01-05
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler l01cd3v
Betalingsmetode free
Udvidelseswebsted https://github.com/l01cd3v/CookieJar
Understøttede Sprog 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
}