Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Ad Blocking Powerとは何ですか?
Ad Blocking PowerはChapter 7 Certifiedによって開発されたChromeの拡張機能で、その主な機能は「Show an Old Spice ad instead of a normal ad.」です。
拡張機能のスクリーンショット
Ad Blocking Power拡張機能のCRXファイルをダウンロード
Ad Blocking Power拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces image ads on the web with Terry Crews and Old Spice images. Not affiliated with Terry Crews or Old Spice. Based off of the Doge Ad Blocker: https://github.com/grevory/doge-ad-blocker-chrome-extension
拡張機能の基本情報
名前 | Ad Blocking Power |
ID | najdbfgcbeanghldlcndgjhiemobnmof |
公式URL | https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof |
説明 | Show an Old Spice ad instead of a normal ad. |
ファイルサイズ | 105 KB |
インストール数 | 472 |
現在のバージョン | 0.1 |
最終更新日 | 2016-01-11 |
公開日 | 2016-01-11 |
評価 | 4.10/5 合計 10 レビュー |
開発者 | Chapter 7 Certified |
支払い方法 | free |
拡張機能のウェブサイト | http://www.chapter7certified.tk |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Blocking Power", "description": "Show an Old Spice ad instead of a normal ad.", "author": "Liam Mills", "version": "0.1", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/power-ad-blocker-16.png", "48": "icons\/power-ad-blocker-48.png", "128": "icons\/power-ad-blocker-128.png" }, "browser_action": { "default_icon": "icons\/power-ad-blocker-19.png", "default_title": "Power Ad Blocker Settings", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "power-ad-replacer.js" ] } ] } |