Kerjuseblocker

Blocks any cookie and subscription popups on Delfi and Postimees.

Kerjuseblockerคืออะไร?

Kerjuseblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kerjuseblocker และคุณลักษณะหลักของมันคือ "Blocks any cookie and subscription popups on Delfi and Postimees."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Kerjuseblocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will hide pop-ups on Estonian news sites Delfi and Postimees (and their affiliates) to provide a better news reading experience. This affects any pop-ups asking for a paid subscription, offering you cookies or complaining about you using an ad-blocker. This extension is meant to be used together with a separate ad-blocker extension, so that the combination of the extensions ensures the cleanest experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kerjuseblocker Kerjuseblocker
ID knaliflfkmglmpmehejlnpdkaamhkdnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kerjuseblocker/knaliflfkmglmpmehejlnpdkaamhkdnl
คำอธิบาย Blocks any cookie and subscription popups on Delfi and Postimees.
ขนาดไฟล์ 6.75 KB
จำนวนการติดตั้ง 307
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-05-17
วันที่เผยแพร่ 2021-03-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Kerjuseblocker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kerjuseblocker",
    "version": "1.5",
    "description": "Blocks any cookie and subscription popups on Delfi and Postimees.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.postimees.ee\/*",
                "*:\/\/*.elu24.ee\/*",
                "*:\/\/*.ypsilon.ee\/*"
            ],
            "js": [
                "postimees.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.delfi.ee\/*",
                "*:\/\/*.delfi.lt\/*",
                "*:\/\/*.delfi.lv\/*"
            ],
            "js": [
                "delfi.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}