Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

Что такое Retruco Eliminate Anti AdBlock?

Retruco Eliminate Anti AdBlock - это расширение Chrome, разработанное Giovanni, и его основная функция - "Removes fixed message from Ad-Block blockers".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Retruco Eliminate Anti AdBlock

Скачайте файлы расширений Retruco Eliminate Anti AdBlock в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related.

This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function.

The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.                    

Основная информация о расширении

Название Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
Официальный URL https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
Описание Removes fixed message from Ad-Block blockers
Размер файла 205 KB
Количество установок 1,578
Текущая Версия 1.3.0
Последнее Обновление 2018-10-12
Дата публикации 2018-10-11
Рейтинг 3.37/5 Всего 19 оценок
Разработчик Giovanni
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Giovanni Ramos",
    "version": "1.3.0",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "16": "img\/icon-16-off.png",
            "32": "img\/icon-32.png"
        }
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}