No Cookie Warning

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

Wat is No Cookie Warning?

No Cookie Warning is een Chrome-extensie ontwikkeld door Mudimedia Ltd, en de belangrijkste functie is "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No Cookie Warning

Download No Cookie Warning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
Officiële URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Beschrijving Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Bestandsgrootte 1.07 MB
Aantal Installaties 806
Huidige Versie 0.0.1.0
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2021-03-10
Beoordeling 3.83/5 Totaal 12 Beoordelingen
Ontwikkelaar Mudimedia Ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nocookiewarning.com/
Help Pagina-URL https://www.mudimedia.co.uk/contact
Ondersteunde Talen 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"
    }
}