No Cookie Warning

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

Cos'è No Cookie Warning?

No Cookie Warning è un'estensione di Chrome sviluppata da Mudimedia Ltd, e la sua funzione principale è "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Cookie Warning

Scarica i file di estensione No Cookie Warning 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

                        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.                    

Informazioni di Base sull'Estensione

Nome No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
URL Ufficiale https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Descrizione Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Dimensione del File 1.07 MB
Conteggio Installazioni 806
Versione Corrente 0.0.1.0
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2021-03-10
Valutazione 3.83/5 Totale 12 Valutazioni
Sviluppatore Mudimedia Ltd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nocookiewarning.com/
URL della Pagina di Aiuto https://www.mudimedia.co.uk/contact
Lingue Supportate 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"
    }
}