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 |
官方網址 | 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" } } |