BlockCoin
BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.
BlockCoin là gì?
BlockCoin là một tiện ích mở rộng Chrome được phát triển bởi Felisha & Sharleen, và tính năng chính của nó là "BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.".
Ả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 BlockCoin
Tải xuống các tệp mở rộng BlockCoin 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
BlockCoin is a browser extension designed to effectively prevent cryptocurrency miners from operating within web browsers. Its objective is to block these miners across all websites. The extension uses two methods to stop miners from working. First, it blocks requests that are loaded from a predefined blacklist, which is a common technique used by ad-blockers and mining blockers. The second method involves detecting possible mining activities within loaded scripts and quickly stopping them. The source code is available on Github : https://github.com/felishaww/blockCoin Developers: Felisha Miranda ([email protected]) Sharleen Emmanuela ([email protected]) Blacklist Credit: NoCoin
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BlockCoin |
ID | cgpbhecmkcnlniappgfmpbjlhkjimlng |
URL Chính Thức | https://chromewebstore.google.com/detail/blockcoin/cgpbhecmkcnlniappgfmpbjlhkjimlng |
Mô tả | BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers. |
Kích Thước Tệp | 29.52 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-06-22 |
Ngày Phát Hành | 2023-06-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Felisha & Sharleen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/felishaww/blockCoin |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlockCoin", "version": "1.0.1", "description": "BlockCoin is a browser extension designed to prevent cryptocurrency miners from operating within web browsers.", "manifest_version": 3, "author": "Felisha M. and Sharleen E.", "action": { "default_popup": "index.html", "default_title": "BlockCoin" }, "background": { "service_worker": "script\/background.js" }, "permissions": [ "tabs", "storage", "system.cpu", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "options_page": "options.html" } |