Cookie Jar

Erase all browsing data except data useful for your bookmarks.

What is Cookie Jar?

Cookie Jar is a Chrome extension developed by pioug, and its main feature is "Erase all browsing data except data useful for your bookmarks.".

Extension Screenshots

screenshot
screenshot

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

                        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.                    

Extension Basic Information

Name Cookie Jar Cookie Jar
ID kkiiipjojjiecidkhgagdkppinddcigl
Official URL https://chromewebstore.google.com/detail/cookie-jar/kkiiipjojjiecidkhgagdkppinddcigl
Description Erase all browsing data except data useful for your bookmarks.
File Size 28.47 KB
Installation Count 105
Current Version 0.1.6
Last Updated 2024-01-08
Publish Date 2020-09-28
Developer pioug
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}