MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
Co to jest MineBlock?
MineBlock to rozszerzenie Chrome opracowane przez evantotech, a jego główną funkcją jest „Chrome extension that blocks cryptocurrency miners all over the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MineBlock
Pobierz pliki rozszerzeń MineBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
Oficjalny URL | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
Opis | Chrome extension that blocks cryptocurrency miners all over the web. |
Rozmiar pliku | 1000 KB |
Liczba instalacji | 396 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-02-22 |
Data Publikacji | 2018-02-22 |
Deweloper | evantotech |
Typ Płatności | free |
Strona Rozszerzenia | https://copacoin.co/ |
Adres URL Strony Pomocy | https://copacoin.co/ |
Obsługiwane Języki | 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", " |