Boston Globe Ad Remover
Hides ads on bostonglobe.com and betaboston.com
什么是Boston Globe Ad Remover?
Boston Globe Ad Remover是由tkearns开发的Chrome扩展程序,该扩展的主要功能是“Hides ads on bostonglobe.com and betaboston.com”。
扩展截图
下载Boston Globe Ad Remover扩展crx文件
下载Boston Globe Ad Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bjhfbkbbijjgdnanfmbiaekgnmgigoil |
官方URL | https://chrome.google.com/webstore/detail/boston-globe-ad-remover/bjhfbkbbijjgdnanfmbiaekgnmgigoil |
简介 | Hides ads on bostonglobe.com and betaboston.com |
文件大小 | 41.09 KB |
安装次数 | 36 |
当前版本 | 1.0 |
更新时间 | 2015-09-22 |
上架时间 | 2015-09-22 |
评分 | 5.00/5 共1次评分 |
开发者 | tkearns |
付费类型 | free |
支持的语言 | 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" } } |