Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Wat is Ad Blocking Power?
Ad Blocking Power is een Chrome-extensie ontwikkeld door Chapter 7 Certified, en de belangrijkste functie is "Show an Old Spice ad instead of a normal ad.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ad Blocking Power
Download Ad Blocking Power-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Ad Blocking Power |
ID | najdbfgcbeanghldlcndgjhiemobnmof |
Officiële URL | https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof |
Beschrijving | Show an Old Spice ad instead of a normal ad. |
Bestandsgrootte | 105 KB |
Aantal Installaties | 472 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-01-11 |
Publicatiedatum | 2016-01-11 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Chapter 7 Certified |
Betalingswijze | free |
Extensiewebsite | http://www.chapter7certified.tk |
Ondersteunde Talen | 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" ] } ] } |