Cookiebro
Advanced browser cookie manager.
Apa itu Cookiebro?
Cookiebro adalah ekstensi Chrome yang dikembangkan oleh Nodetics, dan fitur utamanya adalah "Advanced browser cookie manager.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookiebro
Unduh file ekstensi Cookiebro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Cookiebro |
ID | lpmockibcakojclnfmhchibmdpmollgn |
URL Resmi | https://chromewebstore.google.com/detail/cookiebro/lpmockibcakojclnfmhchibmdpmollgn |
Deskripsi | Advanced browser cookie manager. |
Ukuran File | 237 KB |
Jumlah Instalasi | 50,000 |
Versi Saat Ini | 2.18.1 |
Terakhir Diperbarui | 2021-01-26 |
Tanggal Publikasi | 2020-05-04 |
Penilaian | 4.80/5 Total 98 Penilaian |
Pengembang | Nodetics |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://nodetics.com/nodetics-cws-privacy-policy.txt |
Bahasa yang Didukung | 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" } } |