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…

O que é I don't care about cookies?

I don't care about cookies é uma extensão do Chrome desenvolvida por GEN Digital Inc., e sua principal característica é "Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão I don't care about cookies

Baixe arquivos de extensão I don't care about cookies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome I don't care about cookies I don't care about cookies
ID fihnjjcciajhdojfnbdddfaoknhalnja
URL Oficial https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja
Descrição Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
Tamanho do Arquivo 429 KB
Contagem de Instalações 1,016,113
Versão Atual 3.5.0
Última Atualização 2023-11-30
Data de Publicação 2020-06-10
Classificação 3.91/5 Total de 1179 Avaliações
Desenvolvedor GEN Digital Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.i-dont-care-about-cookies.eu/
URL da Página de Ajuda https://www.i-dont-care-about-cookies.eu/
Idiomas Suportados 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"
        }
    }
}