Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Co to jest Ad Blocking Power?
Ad Blocking Power to rozszerzenie Chrome opracowane przez Chapter 7 Certified, a jego główną funkcją jest „Show an Old Spice ad instead of a normal ad.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ad Blocking Power
Pobierz pliki rozszerzeń Ad Blocking Power w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Ad Blocking Power |
ID | najdbfgcbeanghldlcndgjhiemobnmof |
Oficjalny URL | https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof |
Opis | Show an Old Spice ad instead of a normal ad. |
Rozmiar pliku | 105 KB |
Liczba instalacji | 472 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-01-11 |
Data Publikacji | 2016-01-11 |
Ocena | 4.10/5 Łącznie 10 Oceny |
Deweloper | Chapter 7 Certified |
Typ Płatności | free |
Strona Rozszerzenia | http://www.chapter7certified.tk |
Obsługiwane Języki | 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" ] } ] } |