jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Что такое jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker - это расширение Chrome, разработанное http://ryanmarquardt.com, и его основная функция - "Stops annoying $0.99 subscribe pop-ups.".

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

screenshot

Скачать файл CRX расширения jsonline Pop-up and Ad Blocker

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

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

                        -Unofficial Milwaukee Journal Sentinel Chrome Extension Helper-
v1.01

   * Displays helpful hotlines links to popular sports sections of Wisconsin Sports Teams
   * Removes the annoying pop up ad when you reach 10 articles at jsonline 
   * Removes the ads that take forever to load on the side.                    

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

Название jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
Официальный URL https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Описание Stops annoying $0.99 subscribe pop-ups.
Размер файла 105 KB
Количество установок 88
Текущая Версия 1.10.1
Последнее Обновление 2014-09-22
Дата публикации 2014-09-22
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://ryanmarquardt.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonline Pop-up and Ad Blocker",
    "version": "1.10.1",
    "manifest_version": 2,
    "description": "Stops annoying $0.99 subscribe pop-ups.",
    "background_page": "background.html",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "css": [
                "jsonline.css"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/www.jsonline.com\/*"
            ]
        }
    ]
}