Miner Away

Stop coin miners on the web!

什麼是Miner Away?

Miner Away是由arthurgeron開發的Chrome擴展程式,該擴展的主要功能是“Stop coin miners on the web!”。

擴展截圖

screenshot

下載Miner Away擴展crx文件

下載Miner Away擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # 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.                    

擴展基本資訊

名稱 Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
官方網址 https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
簡介 Stop coin miners on the web!
檔案大小 53.6 KB
安裝次數 156
目前版本 1.1
更新時間 2017-09-27
上架時間 2017-09-26
評分 5.00/5 共 1 次評分
開發者 arthurgeron
付費類型 free
擴展官網 https://github.com/arthurgeron/mineraway
說明頁面URL https://github.com/arthurgeron/mineraway
支援的語言 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"
}