MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

Cos'è MineBlock?

MineBlock è un'estensione di Chrome sviluppata da evantotech, e la sua funzione principale è "Chrome extension that blocks cryptocurrency miners all over the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MineBlock

Scarica i file di estensione MineBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
URL Ufficiale https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Descrizione Chrome extension that blocks cryptocurrency miners all over the web.
Dimensione del File 1000 KB
Conteggio Installazioni 396
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-02-22
Data di Pubblicazione 2018-02-22
Sviluppatore evantotech
Tipo di Pagamento free
Sito Web dell'Estensione https://copacoin.co/
URL della Pagina di Aiuto https://copacoin.co/
Lingue Supportate 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"
    ]
}