Miner Away

Stop coin miners on the web!

What is Miner Away?

Miner Away is a Chrome extension developed by arthurgeron, and its main feature is "Stop coin miners on the web!".

Extension Screenshots

screenshot

Download Miner Away Extension CRX File

Download Miner Away extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
Official URL https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
Description Stop coin miners on the web!
File Size 53.6 KB
Installation Count 156
Current Version 1.1
Last Updated 2017-09-27
Publish Date 2017-09-26
Rating 5.00/5 Total 1 Ratings
Developer arthurgeron
Payment Type free
Extension Website https://github.com/arthurgeron/mineraway
Help Page URL https://github.com/arthurgeron/mineraway
Supported Languages 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"
}