Boston Globe Ad Remover

Hides ads on bostonglobe.com and betaboston.com

Cos'è Boston Globe Ad Remover?

Boston Globe Ad Remover è un'estensione di Chrome sviluppata da tkearns, e la sua funzione principale è "Hides ads on bostonglobe.com and betaboston.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Boston Globe Ad Remover

Scarica i file di estensione Boston Globe Ad Remover 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

                        Hate the ads that clutter up the content when you're reading the Globe? This extension combs through and removes those ads. Also works on BetaBoston.                    

Informazioni di Base sull'Estensione

Nome Boston Globe Ad Remover Boston Globe Ad Remover
ID bjhfbkbbijjgdnanfmbiaekgnmgigoil
URL Ufficiale https://chrome.google.com/webstore/detail/boston-globe-ad-remover/bjhfbkbbijjgdnanfmbiaekgnmgigoil
Descrizione Hides ads on bostonglobe.com and betaboston.com
Dimensione del File 41.09 KB
Conteggio Installazioni 36
Versione Corrente 1.0
Ultimo Aggiornamento 2015-09-22
Data di Pubblicazione 2015-09-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tkearns
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boston Globe Ad Remover",
    "description": "Hides ads on bostonglobe.com and betaboston.com",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.bostonglobe.com\/*",
                "http:\/\/www.betaboston.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "ad_remover.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "globe-ad-remover-16.png",
        "48": "globe-ad-remover-48.png",
        "128": "globe-ad-remover-128.png"
    }
}