MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
Что такое MineBlock?
MineBlock - это расширение Chrome, разработанное evantotech, и его основная функция - "Chrome extension that blocks cryptocurrency miners all over the web.".
Снимки экрана расширения
Скачать файл CRX расширения MineBlock
Скачайте файлы расширений MineBlock в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
Официальный URL | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
Описание | Chrome extension that blocks cryptocurrency miners all over the web. |
Размер файла | 1000 KB |
Количество установок | 396 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2018-02-22 |
Дата публикации | 2018-02-22 |
Разработчик | evantotech |
Тип оплаты | free |
Официальный сайт расширения | https://copacoin.co/ |
URL страницы помощи | https://copacoin.co/ |
Поддерживаемые языки | 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", " |