Kerjuseblocker

Blocks any cookie and subscription popups on Delfi and Postimees.

Kerjuseblocker là gì?

Kerjuseblocker là một tiện ích mở rộng Chrome được phát triển bởi Kerjuseblocker, và tính năng chính của nó là "Blocks any cookie and subscription popups on Delfi and Postimees.".

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

screenshot

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

Tải xuống các tệp mở rộng Kerjuseblocker 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

                        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.                    

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

Tên Kerjuseblocker Kerjuseblocker
ID knaliflfkmglmpmehejlnpdkaamhkdnl
URL Chính Thức https://chromewebstore.google.com/detail/kerjuseblocker/knaliflfkmglmpmehejlnpdkaamhkdnl
Mô tả Blocks any cookie and subscription popups on Delfi and Postimees.
Kích Thước Tệp 6.75 KB
Số Lần Cài Đặt 307
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-05-17
Ngày Phát Hành 2021-03-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kerjuseblocker
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}