Compare Chrome extensions: MineBlocker vs No Miner

Stats MineBlocker MineBlocker No Miner No Miner
User count 239 1,000+
Average rating 5.00 3.55
Rating count 1 11
Last updated 2018-03-11 2017-12-28
Size 15.36K 53.34K
Version 1.0.1 1.0.4
Short description
Block cryptocurrency mining script! This extension will analyze a page's javascript files and block coin mining.
Full summary

Chrome extension for blocking cryptocurrency mining script.

Just download and install it! No other configuration required. If you access website contains that script, MineBlocker will detect miner on the website and remove it. You can surf website without any restriction. We only block loading miner, not the whole website.

We protect your precious computing resources. Our graphics card is very important for getting chicken!

Paypal me if you want donation! https://paypal.me/bunseokbot

Blocks Coin-Miners from Websites before and after they load.

v1.0.1: Added Background content blocker which scans Javascript requests for CoinMiners and cancels the requests. The background blocker tells the content blocker to remove the script from the webpage. This blocks sites self-hosted miners and proxy-miners.

v1.0.2: Added Settings page to allow users to add white-listed URL patterns.. For example: (.?)google(.?) would allow all urls that contain "google" to not be scanned. These rules use "regex"/"regular expression" patterns. Also added new patterns to block Base64 encoded Javascript miners which was a workaround to this plugin. Now this blocks everything again =]

v1.0.3: Fixed bug in Firefox and Chrome which causes webRequest.onBeforeRequest to NOT cancel the download of bad files. To fix it, I made scanning synchronous instead of asynchronous (a bit slower, but not noticeable). Fixes issue: https://github.com/Brandon-T/Coin-Blocker/issues/1

v1.0.4: Fixed bug in the code which caused some white-listed sites to be scanned and blocked still. Added debugging code to print to the developer's console exactly what was blocked and what was allowed.