Kerjuseblocker

Blocks any cookie and subscription popups on Delfi and Postimees.

Kerjuseblocker क्या है?

Kerjuseblocker Kerjuseblocker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks any cookie and subscription popups on Delfi and Postimees."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kerjuseblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}