No Cookie Warning

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

What is No Cookie Warning?

No Cookie Warning is a Chrome extension developed by Mudimedia Ltd, and its main feature is "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

Extension Screenshots

screenshot

Download No Cookie Warning Extension CRX File

Download No Cookie Warning extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
Official URL 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.
File Size 1.07 MB
Installation Count 806
Current Version 0.0.1.0
Last Updated 2024-02-27
Publish Date 2021-03-10
Rating 3.83/5 Total 12 Ratings
Developer Mudimedia Ltd
Email [email protected]
Payment Type free
Extension Website https://nocookiewarning.com/
Help Page URL https://www.mudimedia.co.uk/contact
Supported Languages 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"
    }
}