Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Ad Blocking Powerคืออะไร?
Ad Blocking Power เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chapter 7 Certified และคุณลักษณะหลักของมันคือ "Show an Old Spice ad instead of a normal ad."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Blocking Power
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |