Cookiebro

Advanced browser cookie manager.

Cookiebroとは何ですか?

CookiebroはNodeticsによって開発されたChromeの拡張機能で、その主な機能は「Advanced browser cookie manager.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Cookiebro拡張機能のCRXファイルをダウンロード

Cookiebro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Cookiebro Cookiebro
ID lpmockibcakojclnfmhchibmdpmollgn
公式URL https://chromewebstore.google.com/detail/cookiebro/lpmockibcakojclnfmhchibmdpmollgn
説明 Advanced browser cookie manager.
ファイルサイズ 237 KB
インストール数 50,000
現在のバージョン 2.18.1
最終更新日 2021-01-26
公開日 2020-05-04
評価 4.80/5 合計 98 レビュー
開発者 Nodetics
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://nodetics.com/nodetics-cws-privacy-policy.txt
対応言語 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"
    }
}