Cookiebro

Advanced browser cookie manager.

What is Cookiebro?

Cookiebro is a Chrome extension developed by Nodetics, and its main feature is "Advanced browser cookie manager.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cookiebro Extension CRX File

Download Cookiebro 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

                        With Cookiebro Cookie Manager you can manage/filter/block browser cookies that can be used to track you online. 

Features:
- Configurable automatic deletion periodically (even every minute)
- Whitelist - define which domains can set cookies
- Blacklist - define domains from which cookies are dropped and not saved at all
- Easy to use interface - click the extension icon to add a site or domain wildcard to the whitelist
- Blacklist / Block single cookies (wildcards supported): domain/cookieName
- Whitelist single cookies (wildcards supported): domain/cookieName
- Can protect session cookies to prevent accidental logout from currently open sites
- Can drop HTTP Response headers ETag and Link from blacklisted sites to prevent tracking
- Can delete unwanted cookies, indexedDB and localStorage caches + pluginData (e.g. Flash Cookies) at browser startup
- View, Edit, Create, Delete, Search cookies with a tree-based Cookie Editor
- Export/Import as JSON
- "Clear domain data" popup action can also remove: IndexedDB, sessionStorage, cacheStorage, Service Workers, localStorage and webCache on-demand                    

Extension Basic Information

Name Cookiebro Cookiebro
ID lpmockibcakojclnfmhchibmdpmollgn
Official URL https://chromewebstore.google.com/detail/cookiebro/lpmockibcakojclnfmhchibmdpmollgn
Description Advanced browser cookie manager.
File Size 237 KB
Installation Count 50,000
Current Version 2.18.1
Last Updated 2021-01-26
Publish Date 2020-05-04
Rating 4.80/5 Total 98 Ratings
Developer Nodetics
Email [email protected]
Payment Type free
Privacy Policy Page URL https://nodetics.com/nodetics-cws-privacy-policy.txt
Supported Languages id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookiebro",
    "version": "2.18.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "Advanced browser cookie manager.",
    "icons": {
        "16": "images\/cookiebro16.png",
        "48": "images\/cookiebro48.png",
        "128": "images\/cookiebro128.png"
    },
    "homepage_url": "https:\/\/nodetics.com\/cookiebro",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage",
        "browsingData"
    ],
    "browser_action": {
        "default_icon": "images\/cookiebro48.png",
        "default_title": "Cookiebro",
        "default_popup": "mainmenu.html"
    }
}