jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Was ist jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker ist eine Chrome-Erweiterung, die von http://ryanmarquardt.com entwickelt wurde, und ihr Hauptmerkmal ist "Stops annoying $0.99 subscribe pop-ups.".

Erweiterungsscreenshots

screenshot

jsonline Pop-up and Ad Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie jsonline Pop-up and Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
Offizielle URL https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Beschreibung Stops annoying $0.99 subscribe pop-ups.
Dateigröße 105 KB
Installationsanzahl 88
Aktuelle Version 1.10.1
Letztes Update 2014-09-22
Veröffentlichungsdatum 2014-09-22
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler http://ryanmarquardt.com
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}