jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

Τι είναι το jsonline Pop-up and Ad Blocker;

Το jsonline Pop-up and Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://ryanmarquardt.com, και η κύρια λειτουργία του είναι "Stops annoying $0.99 subscribe pop-ups.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης jsonline Pop-up and Ad Blocker

Λήψη αρχείων επέκτασης jsonline Pop-up and Ad Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
Επίσημο URL https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
Περιγραφή Stops annoying $0.99 subscribe pop-ups.
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 88
Τρέχουσα Έκδοση 1.10.1
Τελευταία Ενημέρωση 2014-09-22
Ημερομηνία Δημοσίευσης 2014-09-22
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://ryanmarquardt.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}