jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Cos'è jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker è un'estensione di Chrome sviluppata da http://ryanmarquardt.com, e la sua funzione principale è "Stops annoying $0.99 subscribe pop-ups.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione jsonline Pop-up and Ad Blocker

Scarica i file di estensione jsonline Pop-up and Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
URL Ufficiale https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Descrizione Stops annoying $0.99 subscribe pop-ups.
Dimensione del File 105 KB
Conteggio Installazioni 88
Versione Corrente 1.10.1
Ultimo Aggiornamento 2014-09-22
Data di Pubblicazione 2014-09-22
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://ryanmarquardt.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}