No Cookie Warning

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

Hvad er No Cookie Warning?

No Cookie Warning er en Chrome-udvidelse udviklet af Mudimedia Ltd, og dens hovedfunktion er "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Udvidelsesskærmbilleder

screenshot

Download No Cookie Warning-udvidelses-CRX-fil

Download No Cookie Warning-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
Officiel URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Beskrivelse Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Filstørrelse 1.07 MB
Antal Installationer 806
Nuværende Version 0.0.1.0
Senest Opdateret 2024-02-27
Udgivelsesdato 2021-03-10
Bedømmelse 3.83/5 Samlet 12 Bedømmelser
Udvikler Mudimedia Ltd
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nocookiewarning.com/
Hjælpeside-URL https://www.mudimedia.co.uk/contact
Understøttede Sprog 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"
    }
}