I don't care about cookies
Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
Cos'è I don't care about cookies?
I don't care about cookies è un'estensione di Chrome sviluppata da GEN Digital Inc., e la sua funzione principale è "Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione I don't care about cookies
Scarica i file di estensione I don't care about cookies 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
Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get user's permission before installing them. Imagine how irritating that becomes when you surf anonymously or if you delete cookies automatically every time you close the browser. In most cases, it just blocks or hides cookie related pop-ups. When it's needed for the website to work properly, it will automatically accept the cookie policy for you (sometimes it will accept all and sometimes only necessary cookie categories, depending on what's easier to do). It doesn't delete cookies.
Informazioni di Base sull'Estensione
Nome | I don't care about cookies |
ID | fihnjjcciajhdojfnbdddfaoknhalnja |
URL Ufficiale | https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja |
Descrizione | Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get… |
Dimensione del File | 429 KB |
Conteggio Installazioni | 1,016,113 |
Versione Corrente | 3.5.0 |
Ultimo Aggiornamento | 2023-11-30 |
Data di Pubblicazione | 2020-06-10 |
Valutazione | 3.91/5 Totale 1179 Valutazioni |
Sviluppatore | GEN Digital Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.i-dont-care-about-cookies.eu/ |
URL della Pagina di Aiuto | https://www.i-dont-care-about-cookies.eu/ |
Lingue Supportate | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "3.5.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "background": { "scripts": [ "data\/rules.js", "data\/context-menu.js" ] }, "options_ui": { "page": "data\/options.html", "chrome_style": true }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |