Cookie popup blocker

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

Cookie popup blockerคืออะไร?

Cookie popup blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fontlucker และคุณลักษณะหลักของมันคือ "The extension closes pop-up windows informing about the use of cookies on sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie popup blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}