Miners Shield
Blocks cryptocurrency miners all over the web.
Miners Shield là gì?
Miners Shield là một tiện ích mở rộng Chrome được phát triển bởi dimitar.rangelov9, và tính năng chính của nó là "Blocks cryptocurrency miners all over the web.".
Ả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 Miners Shield
Tải xuống các tệp mở rộng Miners Shield 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
Miners Shield is #1 Miner Blocker, helps to stop coin miners, cryptojackers and block mining scripts from your CPU. Best MinerBlock tool. Miners Shield is the most trusted MinerBlocker, which blocks hidden miners on each website you visit! Miners Shield is preventing cryptojacking scripts from mining using your CPU.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Miners Shield |
ID | kenkfifencmkppalflbkaiigbkgljkno |
URL Chính Thức | https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno |
Mô tả | Blocks cryptocurrency miners all over the web. |
Kích Thước Tệp | 193 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2017-10-30 |
Ngày Phát Hành | 2017-10-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dimitar.rangelov9 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Miners Shield ", "description": "Blocks cryptocurrency miners all over the web.", "version": "0.1.6", "options_page": "options.html", "background": { "scripts": [ "js\/utils.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "icons": { "19": "icons\/icon.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "icons": [ "icons\/icon.png" ], "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "tabs", "webRequest", "webRequestBlocking", " |