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" } } |