No Cookie Wall

Remove the accept cookies or subscribe wall

What is No Cookie Wall?

No Cookie Wall is a Chrome extension developed by Alessio Capponi, and its main feature is "Remove the accept cookies or subscribe wall".

Extension Screenshots

screenshot

Download No Cookie Wall Extension CRX File

Download No Cookie Wall 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

                        This add-on will get rid of the cookie walls of websites that force you to either accept tracking cookies or to subscribe to a monthly fee. Works with sites such as Allociné, Jeuxvideo.com, 750g and more.

Cette extension fait disparaître le bandeau qui sur certains sites vous force à accepter les cookies publicitaires ou à souscrire un abonnement payant. Elle fonctionne sur des sites comme Allociné, jeuxvideo.com, 750g et pleins d'autres.                    

Extension Basic Information

Name No Cookie Wall No Cookie Wall
ID dniejmgbnbpclppgppmlabaiaomdkpno
Official URL https://chromewebstore.google.com/detail/no-cookie-wall/dniejmgbnbpclppgppmlabaiaomdkpno
Description Remove the accept cookies or subscribe wall
File Size 15.32 KB
Installation Count 355
Current Version 0.3.6
Last Updated 2024-02-28
Publish Date 2021-06-23
Rating 3.33/5 Total 3 Ratings
Developer Alessio Capponi
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Cookie Wall",
    "version": "0.3.6",
    "description": "Remove the accept cookies or subscribe wall",
    "icons": {
        "16": "no-cookie-wall16.png",
        "48": "no-cookie-wall48.png",
        "128": "no-cookie-wall128.png"
    },
    "content_scripts": [
        {
            "js": [
                "paywall-detector.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}