No Miner (pbnhojipeihlneembpdpaniddioobbib): This extension will analyze a page's javascript files and block coin mining.... Read More > or Download Now >
No Miner for Chrome
Tech Specs
- • Type: Browser Extension
- • Latest Version: 1.0.4
- • Price: Freeware
- • Offline: No
- • Developer: JustBrandonT
User Reviews
- • Rating Average
- 3.55 out of 5
- • Rating Users
- 11
Download Count
- • Total Downloads
- 8
- • Current Version Downloads
- 8
- • Updated: December 28, 2017
No Miner is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.
More About No Miner
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.