Crypto Miner Blocker
This open-source extension automatically blocks Crypto Mining Scripts.
Was ist Crypto Miner Blocker?
Crypto Miner Blocker ist eine Chrome-Erweiterung, die von Sander entwickelt wurde, und ihr Hauptmerkmal ist "This open-source extension automatically blocks Crypto Mining Scripts.".
Erweiterungsscreenshots
Crypto Miner Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto Miner Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Google Chrome extension automatically blocks known crypto web mining scripts.
Recently ThePirateBay.org and Showtime.com were caught experimenting with CoinHive, a crypto miner for websites. While this looks like a promising solution to the dying ads market, the implementation of webmasters is simply full out wrong as CoinHive itself has concluded.
A webmaster following the instructions of CoinHive's documentation will by default end up consuming up to 70% of every visitor's CPU until they close the website. While this might not be a problem for desktops engergy-wise, it will drain the battery of laptops and smartphones. And we haven't even talked about the CPU usage slowing the machine down, fan noise, heat and a shorter hardware life.
Until a proper fix is released by CoinHive - for example requiring every visitor's consent before starting mining - I recommend manually adding a few block rules to your favorite ad blocker or installing this extension. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fekkecoifalagdiibmfnmjfmgmpblogb |
| Offizielle URL | https://chromewebstore.google.com/detail/crypto-miner-blocker/fekkecoifalagdiibmfnmjfmgmpblogb |
| Beschreibung | This open-source extension automatically blocks Crypto Mining Scripts. |
| Dateigröße | 80.35 KB |
| Installationsanzahl | 3,942 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2017-12-07 |
| Veröffentlichungsdatum | 2017-12-07 |
| Bewertung | 3.87/5 Insgesamt 15 Bewertungen |
| Entwickler | Sander |
| Zahlungsart | free |
| Erweiterungswebsite | https://git.io/crypto-miner-blocker |
| Hilfeseite URL | https://git.io/crypto-miner-blocker |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crypto Miner Blocker",
"description": "This open-source extension automatically blocks Crypto Mining Scripts.",
"homepage_url": "https:\/\/git.io\/crypto-miner-blocker",
"version": "1.2.0",
"icons": {
"128": "src\/img\/icon.png"
},
"manifest_version": 2,
"browser_action": {
"default_popup": "src\/overview.html"
},
"background": {
"scripts": [
"src\/js\/blocker.js"
],
"persistent": true
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |