No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

O que é No Cookie Warning?

No Cookie Warning é uma extensão do Chrome desenvolvida por Mudimedia Ltd, e sua principal característica é "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No Cookie Warning

Baixe arquivos de extensão No Cookie Warning 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

                        The cookie consent messages are necessary to be on the websites by the laws. But you don't need to see them. If you don't want to see the cookie warnings anymore, use this lightweight extension. This extension removes them for you.

Use this Chrome extension to remove cookie consent banners from almost all websites.

This Chrome extension is updated regularly to include the new cookie warning banners.

The new version handles many more domains.                    

Informações Básicas da Extensão

Nome No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
URL Oficial https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Descrição Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Tamanho do Arquivo 1.07 MB
Contagem de Instalações 806
Versão Atual 0.0.1.0
Última Atualização 2024-02-27
Data de Publicação 2021-03-10
Classificação 3.83/5 Total de 12 Avaliações
Desenvolvedor Mudimedia Ltd
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nocookiewarning.com/
URL da Página de Ajuda https://www.mudimedia.co.uk/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Cookie Warning",
    "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
    "author": "Mudimedia",
    "version": "0.0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}