jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Wat is jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker is een Chrome-extensie ontwikkeld door http://ryanmarquardt.com, en de belangrijkste functie is "Stops annoying $0.99 subscribe pop-ups.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie jsonline Pop-up and Ad Blocker

Download jsonline Pop-up and Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
Officiële URL https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Beschrijving Stops annoying $0.99 subscribe pop-ups.
Bestandsgrootte 105 KB
Aantal Installaties 88
Huidige Versie 1.10.1
Laatst Bijgewerkt 2014-09-22
Publicatiedatum 2014-09-22
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://ryanmarquardt.com
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}