MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
Hvad er MineBlock?
MineBlock er en Chrome-udvidelse udviklet af evantotech, og dens hovedfunktion er "Chrome extension that blocks cryptocurrency miners all over the web.".
Udvidelsesskærmbilleder
Download MineBlock-udvidelses-CRX-fil
Download MineBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
Officiel URL | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
Beskrivelse | Chrome extension that blocks cryptocurrency miners all over the web. |
Filstørrelse | 1000 KB |
Antal Installationer | 396 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2018-02-22 |
Udgivelsesdato | 2018-02-22 |
Udvikler | evantotech |
Betalingsmetode | free |
Udvidelseswebsted | https://copacoin.co/ |
Hjælpeside-URL | https://copacoin.co/ |
Understøttede Sprog | 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", " |