Cookiebro
Advanced browser cookie manager.
Cos'è Cookiebro?
Cookiebro è un'estensione di Chrome sviluppata da Nodetics, e la sua funzione principale è "Advanced browser cookie manager.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cookiebro
Scarica i file di estensione Cookiebro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Cookiebro |
ID | lpmockibcakojclnfmhchibmdpmollgn |
URL Ufficiale | https://chromewebstore.google.com/detail/cookiebro/lpmockibcakojclnfmhchibmdpmollgn |
Descrizione | Advanced browser cookie manager. |
Dimensione del File | 237 KB |
Conteggio Installazioni | 50,000 |
Versione Corrente | 2.18.1 |
Ultimo Aggiornamento | 2021-01-26 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 4.80/5 Totale 98 Valutazioni |
Sviluppatore | Nodetics |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://nodetics.com/nodetics-cws-privacy-policy.txt |
Lingue Supportate | 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" } } |