Cookie popup blocker

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

Cookie popup blocker là gì?

Cookie popup blocker là một tiện ích mở rộng Chrome được phát triển bởi fontlucker, và tính năng chính của nó là "The extension closes pop-up windows informing about the use of cookies on sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cookie popup blocker

Tải xuống các tệp mở rộng Cookie popup blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookie popup blocker Cookie popup blocker
ID kcfpdddjfggcilnflhemabeojfbnipac
URL Chính Thức https://chromewebstore.google.com/detail/cookie-popup-blocker/kcfpdddjfggcilnflhemabeojfbnipac
Mô tả The extension closes pop-up windows informing about the use of cookies on sites.
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 717
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2022-07-20
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển fontlucker
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}