MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
Was ist MineBlock?
MineBlock ist eine Chrome-Erweiterung, die von evantotech entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that blocks cryptocurrency miners all over the web.".
Erweiterungsscreenshots
MineBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie MineBlock-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
Offizielle URL | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
Beschreibung | Chrome extension that blocks cryptocurrency miners all over the web. |
Dateigröße | 1000 KB |
Installationsanzahl | 396 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2018-02-22 |
Veröffentlichungsdatum | 2018-02-22 |
Entwickler | evantotech |
Zahlungsart | free |
Erweiterungswebsite | https://copacoin.co/ |
Hilfeseite URL | https://copacoin.co/ |
Unterstützte Sprachen | 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", " |