Miner Away

Stop coin miners on the web!

O que é Miner Away?

Miner Away é uma extensão do Chrome desenvolvida por arthurgeron, e sua principal característica é "Stop coin miners on the web!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Miner Away

Baixe arquivos de extensão Miner Away 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

                        # Miner Away
Miner Away denies any website's attempt to use your browser as a cryptocurrency miner.

[Opera Web Store] (https://addons.opera.com/en/extensions/details/miner-away/?display=en)

### Features
- Blocks any JavaScript or web based miners
- Allows you to Whitelist a domain
- Display the current status (i.e. No miners, Warning/Blocked and Mining)
- Instantly notifies you when a website tries to start mining. (Desktop notification)

### How?
It blocks any request made by websites that match the domains in *blacklist.txt*.

## Contribute
Report problems, suggest features or improvements.                    

Informações Básicas da Extensão

Nome Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
URL Oficial https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
Descrição Stop coin miners on the web!
Tamanho do Arquivo 53.6 KB
Contagem de Instalações 156
Versão Atual 1.1
Última Atualização 2017-09-27
Data de Publicação 2017-09-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor arthurgeron
Tipo de Pagamento free
Site da Extensão https://github.com/arthurgeron/mineraway
URL da Página de Ajuda https://github.com/arthurgeron/mineraway
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miner Away",
    "description": "Stop coin miners on the web!",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/logo.png",
        "64": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Miner Away - Stop coin miners on the web.",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "author": "Arthur Geron"
}