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
官方網址 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
電子郵箱 [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"
    }
}