Boston Globe Ad Remover

Hides ads on bostonglobe.com and betaboston.com

What is Boston Globe Ad Remover?

Boston Globe Ad Remover is a Chrome extension developed by tkearns, and its main feature is "Hides ads on bostonglobe.com and betaboston.com".

Extension Screenshots

screenshot
screenshot

Download Boston Globe Ad Remover Extension CRX File

Download Boston Globe Ad Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Boston Globe Ad Remover Boston Globe Ad Remover
ID bjhfbkbbijjgdnanfmbiaekgnmgigoil
Official URL https://chrome.google.com/webstore/detail/boston-globe-ad-remover/bjhfbkbbijjgdnanfmbiaekgnmgigoil
Description Hides ads on bostonglobe.com and betaboston.com
File Size 41.09 KB
Installation Count 36
Current Version 1.0
Last Updated 2015-09-22
Publish Date 2015-09-22
Rating 5.00/5 Total 1 Ratings
Developer tkearns
Payment Type free
Supported Languages 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"
    }
}