Cookie popup blocker

The extension closes pop-up windows informing about the use of cookies on sites.

什麼是Cookie popup blocker?

Cookie popup blocker是由fontlucker開發的Chrome擴展程式,該擴展的主要功能是“The extension closes pop-up windows informing about the use of cookies on sites.”。

擴展截圖

screenshot
screenshot

下載Cookie popup blocker擴展crx文件

下載Cookie popup blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Internet has become a vast exhibition of cookie pop-ups. According to the GDPR adopted in 2018, sites are required to inform the user about the use of cookies and other nuances of collecting personal information. If you are tired of those annoying modal windows informing about the use of cookies on sites, just install this extension. It accepts or hides annoying modals. The extension can find annoying window cookies on 90% of sites and quickly hides them forever. The application is very simple and hardly uses your computer's resources.                    

擴展基本資訊

名稱 Cookie popup blocker Cookie popup blocker
ID kcfpdddjfggcilnflhemabeojfbnipac
官方網址 https://chromewebstore.google.com/detail/cookie-popup-blocker/kcfpdddjfggcilnflhemabeojfbnipac
簡介 The extension closes pop-up windows informing about the use of cookies on sites.
檔案大小 246 KB
安裝次數 717
目前版本 0.0.4
更新時間 2022-11-15
上架時間 2022-07-20
評分 4.00/5 共 4 次評分
開發者 fontlucker
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
支援的語言 en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "CookieAccept",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.4",
    "action": {
        "default_icon": "img\/imageye128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "img\/imageye128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}