MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

O que é MineBlock?

MineBlock é uma extensão do Chrome desenvolvida por evantotech, e sua principal característica é "Chrome extension that blocks cryptocurrency miners all over the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MineBlock

Baixe arquivos de extensão MineBlock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
URL Oficial https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Descrição Chrome extension that blocks cryptocurrency miners all over the web.
Tamanho do Arquivo 1000 KB
Contagem de Instalações 396
Versão Atual 1.0.0
Última Atualização 2018-02-22
Data de Publicação 2018-02-22
Desenvolvedor evantotech
Tipo de Pagamento free
Site da Extensão https://copacoin.co/
URL da Página de Ajuda https://copacoin.co/
Idiomas Suportados 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",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}