No Cookie Wall

Remove the accept cookies or subscribe wall

Vad är No Cookie Wall?

No Cookie Wall är en Chrome-tillägg utvecklad av Alessio Capponi, och dess huvudfunktion är "Remove the accept cookies or subscribe wall".

Tilläggsskärmbilder

screenshot

Ladda ner No Cookie Wall-förlängningens CRX-fil

Ladda ner No Cookie Wall-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn No Cookie Wall No Cookie Wall
ID dniejmgbnbpclppgppmlabaiaomdkpno
Officiell webbadress https://chromewebstore.google.com/detail/no-cookie-wall/dniejmgbnbpclppgppmlabaiaomdkpno
Beskrivning Remove the accept cookies or subscribe wall
Filstorlek 15.32 KB
Antal Installationer 355
Aktuell Version 0.3.6
Senast Uppdaterad 2024-02-28
Publiceringsdatum 2021-06-23
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare Alessio Capponi
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}