jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Vad är jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker är en Chrome-tillägg utvecklad av http://ryanmarquardt.com, och dess huvudfunktion är "Stops annoying $0.99 subscribe pop-ups.".

Tilläggsskärmbilder

screenshot

Ladda ner jsonline Pop-up and Ad Blocker-förlängningens CRX-fil

Ladda ner jsonline Pop-up and Ad Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
Officiell webbadress https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Beskrivning Stops annoying $0.99 subscribe pop-ups.
Filstorlek 105 KB
Antal Installationer 88
Aktuell Version 1.10.1
Senast Uppdaterad 2014-09-22
Publiceringsdatum 2014-09-22
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare http://ryanmarquardt.com
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}