No Cookie Wall

Remove the accept cookies or subscribe wall

什么是No Cookie Wall?

No Cookie Wall是由Alessio Capponi开发的Chrome扩展程序,该扩展的主要功能是“Remove the accept cookies or subscribe wall”。

扩展截图

screenshot
screenshot
screenshot

下载No Cookie Wall扩展crx文件

下载No Cookie Wall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 No Cookie Wall No Cookie Wall
ID dniejmgbnbpclppgppmlabaiaomdkpno
官方URL https://chromewebstore.google.com/detail/no-cookie-wall/dniejmgbnbpclppgppmlabaiaomdkpno
简介 Remove the accept cookies or subscribe wall
文件大小 15.32 KB
安装次数 355
当前版本 0.3.6
更新时间 2024-02-28
上架时间 2021-06-23
评分 3.33/5 共3次评分
开发者 Alessio Capponi
电子邮箱 alessiocapponi@gmail.com
付费类型 free
支持的语言 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": [
                ""
            ]
        }
    ]
}