Modal Blocker

Remove (some) annoying modal popups

Что такое Modal Blocker?

Modal Blocker - это расширение Chrome, разработанное Marcos Gil Fuertes, и его основная функция - "Remove (some) annoying modal popups".

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

screenshot

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

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

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

                        WHAT IT IS:

Modal Blocker will remove (some) modal popups that disturb you while browsing.


WHAT IT ISN'T:

Id doesn't remove ALL the modal popups.

It shouldn't be used to avoid paying subscriptions for online services like newspapers.


CREDITS:

Icon from http://getdrawings.com/get-icon#about-me-icon-56.png                    

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

Название Modal Blocker Modal Blocker
ID edhllkdiocfhjfmplhbjpggljpjjpdna
Официальный URL https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna
Описание Remove (some) annoying modal popups
Размер файла 97.84 KB
Количество установок 319
Текущая Версия 1.0
Последнее Обновление 2020-04-17
Дата публикации 2020-04-14
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Marcos Gil Fuertes
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.twitter-follower.com/en/site/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modal Blocker",
    "short_name": "ModalBlock",
    "description": "Remove (some) annoying modal popups",
    "version": "1.0",
    "icons": {
        "16": "img\/modal16.png",
        "48": "img\/modal48.png",
        "128": "img\/modal128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ]
}