MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

Wat is MineBlock?

MineBlock is een Chrome-extensie ontwikkeld door evantotech, en de belangrijkste functie is "Chrome extension that blocks cryptocurrency miners all over the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MineBlock

Download MineBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
Officiële URL https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Beschrijving Chrome extension that blocks cryptocurrency miners all over the web.
Bestandsgrootte 1000 KB
Aantal Installaties 396
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-02-22
Publicatiedatum 2018-02-22
Ontwikkelaar evantotech
Betalingswijze free
Extensiewebsite https://copacoin.co/
Help Pagina-URL https://copacoin.co/
Ondersteunde Talen 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"
    ]
}