No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

No Cookie Warningとは何ですか?

No Cookie WarningはMudimedia Ltdによって開発されたChromeの拡張機能で、その主な機能は「Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.」です。

拡張機能のスクリーンショット

screenshot

No Cookie Warning拡張機能のCRXファイルをダウンロード

No Cookie Warning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The cookie consent messages are necessary to be on the websites by the laws. But you don't need to see them. If you don't want to see the cookie warnings anymore, use this lightweight extension. This extension removes them for you.

Use this Chrome extension to remove cookie consent banners from almost all websites.

This Chrome extension is updated regularly to include the new cookie warning banners.

The new version handles many more domains.                    

拡張機能の基本情報

名前 No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
公式URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
説明 Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
ファイルサイズ 1.07 MB
インストール数 806
現在のバージョン 0.0.1.0
最終更新日 2024-02-27
公開日 2021-03-10
評価 3.83/5 合計 12 レビュー
開発者 Mudimedia Ltd
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nocookiewarning.com/
ヘルプページのURL https://www.mudimedia.co.uk/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Cookie Warning",
    "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
    "author": "Mudimedia",
    "version": "0.0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}