No Cookie Wall

Remove the accept cookies or subscribe wall

Wat is No Cookie Wall?

No Cookie Wall is een Chrome-extensie ontwikkeld door Alessio Capponi, en de belangrijkste functie is "Remove the accept cookies or subscribe wall".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No Cookie Wall

Download No Cookie Wall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Cookie Wall No Cookie Wall
ID dniejmgbnbpclppgppmlabaiaomdkpno
Officiële URL https://chromewebstore.google.com/detail/no-cookie-wall/dniejmgbnbpclppgppmlabaiaomdkpno
Beschrijving Remove the accept cookies or subscribe wall
Bestandsgrootte 15.32 KB
Aantal Installaties 355
Huidige Versie 0.3.6
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2021-06-23
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Alessio Capponi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}