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
官方網址 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": [
                ""
            ]
        }
    ]
}