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