No Cookie Warning

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

Was ist No Cookie Warning?

No Cookie Warning ist eine Chrome-Erweiterung, die von Mudimedia Ltd entwickelt wurde, und ihr Hauptmerkmal ist "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Erweiterungsscreenshots

screenshot

No Cookie Warning-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Cookie Warning-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
Offizielle URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Beschreibung Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Dateigröße 1.07 MB
Installationsanzahl 806
Aktuelle Version 0.0.1.0
Letztes Update 2024-02-27
Veröffentlichungsdatum 2021-03-10
Bewertung 3.83/5 Insgesamt 12 Bewertungen
Entwickler Mudimedia Ltd
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nocookiewarning.com/
Hilfeseite URL https://www.mudimedia.co.uk/contact
Unterstützte Sprachen 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"
    }
}