Boston Globe Ad Remover

Hides ads on bostonglobe.com and betaboston.com

Apa itu Boston Globe Ad Remover?

Boston Globe Ad Remover adalah ekstensi Chrome yang dikembangkan oleh tkearns, dan fitur utamanya adalah "Hides ads on bostonglobe.com and betaboston.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Boston Globe Ad Remover

Unduh file ekstensi Boston Globe Ad Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Boston Globe Ad Remover Boston Globe Ad Remover
ID bjhfbkbbijjgdnanfmbiaekgnmgigoil
URL Resmi https://chrome.google.com/webstore/detail/boston-globe-ad-remover/bjhfbkbbijjgdnanfmbiaekgnmgigoil
Deskripsi Hides ads on bostonglobe.com and betaboston.com
Ukuran File 41.09 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-09-22
Tanggal Publikasi 2015-09-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang tkearns
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}