Noble AdBlocker
Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.
Noble AdBlocker là gì?
Noble AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi ksowocki, và tính năng chính của nó là "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.".
Ả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 Noble AdBlocker
Tải xuống các tệp mở rộng Noble AdBlocker 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
Noble AdBlocker is an ethical ad blocker. This chrome extension: (1) adblocks ads and (2) allows users to send bitcoin to publishers for articles that they like.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Noble AdBlocker |
ID | kopmeijgmcgmcngnaaedmmiggcnojdao |
URL Chính Thức | https://chromewebstore.google.com/detail/noble-adblocker/kopmeijgmcgmcngnaaedmmiggcnojdao |
Mô tả | Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers. |
Kích Thước Tệp | 704 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.21 |
Cập Nhật Lần Cuối | 2016-01-02 |
Ngày Phát Hành | 2016-01-01 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ksowocki |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension |
URL Trang Trợ Giúp | https://github.com/owocki/adblock-to-bitcoin/tree/master/chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noble AdBlocker", "version": "0.21", "description": "Noble AdBlocker is an ethcial ad blocker. This chrome extension (1) adblocks ads and (2) allows donate bitcoin to publishers.", "web_accessible_resources": [ "static\/fonts\/*", "static\/fonts\/fontawesome-webfont.woff" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "static\/jquery.min.js", "static\/shared\/bootstrap.min.js", "static\/bitcoinaddress.js\/dist\/demo.js", "content_script.js" ], "css": [ "static\/adblock-to-bitcoin.css", "static\/shared\/font-awesome.css" ], "run_at": "document_end" } ] } |