Cookie Jar

Erase all browsing data except data useful for your bookmarks.

Wat is Cookie Jar?

Cookie Jar is een Chrome-extensie ontwikkeld door pioug, en de belangrijkste functie is "Erase all browsing data except data useful for your bookmarks.".

Extensie Screenshots

screenshot
screenshot

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

                        Clear your cache via this extension to avoid being signed out from sites you've bookmarked.

If you have any feedback, you can post a review / suggestion on the Chrome web store, or contact me directly via Twitter @pioug.                    

Basisinformatie over de Extensie

Naam Cookie Jar Cookie Jar
ID kkiiipjojjiecidkhgagdkppinddcigl
Officiële URL https://chromewebstore.google.com/detail/cookie-jar/kkiiipjojjiecidkhgagdkppinddcigl
Beschrijving Erase all browsing data except data useful for your bookmarks.
Bestandsgrootte 28.47 KB
Aantal Installaties 105
Huidige Versie 0.1.6
Laatst Bijgewerkt 2024-01-08
Publicatiedatum 2020-09-28
Ontwikkelaar pioug
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Jar",
    "version": "0.1.6",
    "description": "Erase all browsing data except data useful for your bookmarks.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Options"
    },
    "icons": {
        "128": "icon256.png"
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*\/*",
        "bookmarks",
        "browsingData"
    ]
}