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

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
Eメール [email protected]
支払い方法 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": [
                ""
            ]
        }
    ]
}