Ad Bro

Removes 'Please disable your ad-block' pop-ups

Что такое Ad Bro?

Ad Bro - это расширение Chrome, разработанное Jossef Harush, и его основная функция - "Removes 'Please disable your ad-block' pop-ups".

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

screenshot

Скачать файл CRX расширения Ad Bro

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

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

                        Have you been using the famous AdBlock chrome extension and saw these "Please Disable Your AdBlock" messages?

NO MORE!                    

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

Название Ad Bro Ad Bro
ID fbodfffldccejagkgmdolpoiefffhfhf
Официальный URL https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf
Описание Removes 'Please disable your ad-block' pop-ups
Размер файла 14.97 KB
Количество установок 47
Текущая Версия 1
Последнее Обновление 2016-05-28
Дата публикации 2016-05-28
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Jossef Harush
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/jossef/ad-bro
URL страницы помощи https://github.com/jossef/ad-bro
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jossef Harush",
    "manifest_version": 2,
    "name": "Ad Bro",
    "icons": {
        "128": "icon.png"
    },
    "short_name": "Ad Bro",
    "description": "Removes 'Please disable your ad-block' pop-ups",
    "offline_enabled": true,
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ynet.co.il\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/sites\/ynet.co.il.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.hwzone.co.il\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/sites\/hwzone.co.il.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}