Ad Blocking Power
Show an Old Spice ad instead of a normal ad.
Ad Blocking Power là gì?
Ad Blocking Power là một tiện ích mở rộng Chrome được phát triển bởi Chapter 7 Certified, và tính năng chính của nó là "Show an Old Spice ad instead of a normal ad.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ad Blocking Power
Tải xuống các tệp mở rộng Ad Blocking Power dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ad Blocking Power |
ID | najdbfgcbeanghldlcndgjhiemobnmof |
URL Chính Thức | https://chromewebstore.google.com/detail/ad-blocking-power/najdbfgcbeanghldlcndgjhiemobnmof |
Mô tả | Show an Old Spice ad instead of a normal ad. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 472 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-01-11 |
Ngày Phát Hành | 2016-01-11 |
Đánh Giá | 4.10/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Chapter 7 Certified |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.chapter7certified.tk |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |