No Cookie Warning

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

¿Qué es No Cookie Warning?

No Cookie Warning es una extensión de Chrome desarrollada por Mudimedia Ltd, y su función principal es "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión No Cookie Warning

Descarga archivos de extensión No Cookie Warning en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
URL Oficial https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Descripción Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Tamaño del Archivo 1.07 MB
Cantidad de Instalaciones 806
Versión Actual 0.0.1.0
Última Actualización 2024-02-27
Fecha de Publicación 2021-03-10
Calificación 3.83/5 Total de 12 Calificaciones
Desarrollador Mudimedia Ltd
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nocookiewarning.com/
URL de la Página de Ayuda https://www.mudimedia.co.uk/contact
Idiomas Soportados 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"
    }
}