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