MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

What is MineBlock?

MineBlock is a Chrome extension developed by evantotech, and its main feature is "Chrome extension that blocks cryptocurrency miners all over the web.".

Extension Screenshots

screenshot

Download MineBlock Extension CRX File

Download MineBlock 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

                        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                    

Extension Basic Information

Name MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
Official URL https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Description Chrome extension that blocks cryptocurrency miners all over the web.
File Size 1000 KB
Installation Count 396
Current Version 1.0.0
Last Updated 2018-02-22
Publish Date 2018-02-22
Developer evantotech
Payment Type free
Extension Website https://copacoin.co/
Help Page URL https://copacoin.co/
Supported Languages 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"
    ]
}