MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

MineBlock là gì?

MineBlock là một tiện ích mở rộng Chrome được phát triển bởi evantotech, và tính năng chính của nó là "Chrome extension that blocks cryptocurrency miners all over the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MineBlock

Tải xuống các tệp mở rộng MineBlock 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

                        Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts.

The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads.

Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web.

Stop browser coin mining. Don't let cryptojacking corrupt your computer. 

Changelog 1.2.1:

- added new blocking function
- small script optimizations                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
URL Chính Thức https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Mô tả Chrome extension that blocks cryptocurrency miners all over the web.
Kích Thước Tệp 1000 KB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-02-22
Ngày Phát Hành 2018-02-22
Nhà Phát Triển evantotech
Loại Thanh Toán free
Trang Web Mở Rộng https://copacoin.co/
URL Trang Trợ Giúp https://copacoin.co/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MineBlock",
    "description": "Chrome extension that blocks cryptocurrency miners all over the web.",
    "homepage_url": "https:\/\/copacoin.co\/",
    "version": "1.0.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/block.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}