Cookiebro

Advanced browser cookie manager.

Cookiebroคืออะไร?

Cookiebro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nodetics และคุณลักษณะหลักของมันคือ "Advanced browser cookie manager."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookiebro

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}