Tg Miner Block
Blocks mining sites
Tg Miner Block là gì?
Tg Miner Block là một tiện ích mở rộng Chrome được phát triển bởi Tangent, và tính năng chính của nó là "Blocks mining sites".
Ả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 Tg Miner Block
Tải xuống các tệp mở rộng Tg Miner Block 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 blocks mining on sites. I'm glad to see your pull requests and issues in Github. Thanks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iomcmnojbebmjionkboendkbahihhaij |
URL Chính Thức | https://chrome.google.com/webstore/detail/tg-miner-block/iomcmnojbebmjionkboendkbahihhaij |
Mô tả | Blocks mining sites |
Kích Thước Tệp | 13.6 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2017-09-25 |
Ngày Phát Hành | 2017-09-25 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tangent |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tgsource/tg-miner-block |
URL Trang Trợ Giúp | https://github.com/tgsource/tg-miner-block/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "Tg Miner Block", "description": "Blocks mining sites", "version": "0.1.0", "author": "Oleg E. Ivanov", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "resources\/libs\/core.js" ] }, "browser_action": { "default_icon": { "16": "resources\/icons\/16-disabled.png", "32": "resources\/icons\/32-disabled.png", "48": "resources\/icons\/48-disabled.png", "128": "resources\/icons\/128-disabled.png" } }, "icons": { "16": "resources\/icons\/16-enabled-blocked.png", "32": "resources\/icons\/32-enabled-blocked.png", "48": "resources\/icons\/48-enabled-blocked.png", "128": "resources\/icons\/128-enabled-blocked.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*\/*" ] } |