Miner Away

Stop coin miners on the web!

Miner Away là gì?

Miner Away là một tiện ích mở rộng Chrome được phát triển bởi arthurgeron, và tính năng chính của nó là "Stop coin miners on 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 Miner Away

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

                        # Miner Away
Miner Away denies any website's attempt to use your browser as a cryptocurrency miner.

[Opera Web Store] (https://addons.opera.com/en/extensions/details/miner-away/?display=en)

### Features
- Blocks any JavaScript or web based miners
- Allows you to Whitelist a domain
- Display the current status (i.e. No miners, Warning/Blocked and Mining)
- Instantly notifies you when a website tries to start mining. (Desktop notification)

### How?
It blocks any request made by websites that match the domains in *blacklist.txt*.

## Contribute
Report problems, suggest features or improvements.                    

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

Tên Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
URL Chính Thức https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
Mô tả Stop coin miners on the web!
Kích Thước Tệp 53.6 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-09-27
Ngày Phát Hành 2017-09-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển arthurgeron
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/arthurgeron/mineraway
URL Trang Trợ Giúp https://github.com/arthurgeron/mineraway
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miner Away",
    "description": "Stop coin miners on the web!",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/logo.png",
        "64": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Miner Away - Stop coin miners on the web.",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "author": "Arthur Geron"
}