Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Apa itu Ad Blocking Power?
Ad Blocking Power adalah ekstensi Chrome yang dikembangkan oleh Chapter 7 Certified, dan fitur utamanya adalah "Show an Old Spice ad instead of a normal ad.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ad Blocking Power
Unduh file ekstensi Ad Blocking Power dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Ad Blocking Power |
ID | najdbfgcbeanghldlcndgjhiemobnmof |
URL Resmi | https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof |
Deskripsi | Show an Old Spice ad instead of a normal ad. |
Ukuran File | 105 KB |
Jumlah Instalasi | 472 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-01-11 |
Tanggal Publikasi | 2016-01-11 |
Penilaian | 4.10/5 Total 10 Penilaian |
Pengembang | Chapter 7 Certified |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.chapter7certified.tk |
Bahasa yang Didukung | 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" ] } ] } |