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
公式URL 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
Eメール [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"
    }
}