jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Co to jest jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker to rozszerzenie Chrome opracowane przez http://ryanmarquardt.com, a jego główną funkcją jest „Stops annoying $0.99 subscribe pop-ups.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia jsonline Pop-up and Ad Blocker

Pobierz pliki rozszerzeń jsonline Pop-up and Ad Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        -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.                    

Podstawowe informacje o rozszerzeniu

Nazwa jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
Oficjalny URL https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Opis Stops annoying $0.99 subscribe pop-ups.
Rozmiar pliku 105 KB
Liczba instalacji 88
Aktualna Wersja 1.10.1
Ostatnia Aktualizacja 2014-09-22
Data Publikacji 2014-09-22
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://ryanmarquardt.com
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}