No Cookie Warning

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

Qu'est-ce que No Cookie Warning ?

No Cookie Warning est une extension Chrome développée par Mudimedia Ltd, et sa fonction principale est "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Cookie Warning

Téléchargez les fichiers d'extension No Cookie Warning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
URL Officiel https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Description Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Taille du Fichier 1.07 MB
Nombre d'Installations 806
Version Actuelle 0.0.1.0
Dernière Mise à Jour 2024-02-27
Date de Publication 2021-03-10
Évaluation 3.83/5 Total 12 Évaluations
Développeur Mudimedia Ltd
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nocookiewarning.com/
URL de la Page d'Aide https://www.mudimedia.co.uk/contact
Langues Prises en Charge 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"
    }
}