MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

Qu'est-ce que MineBlock ?

MineBlock est une extension Chrome développée par evantotech, et sa fonction principale est "Chrome extension that blocks cryptocurrency miners all over the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MineBlock

Téléchargez les fichiers d'extension MineBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
URL Officiel https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Description Chrome extension that blocks cryptocurrency miners all over the web.
Taille du Fichier 1000 KB
Nombre d'Installations 396
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-02-22
Date de Publication 2018-02-22
Développeur evantotech
Type de Paiement free
Site Web de l'Extension https://copacoin.co/
URL de la Page d'Aide https://copacoin.co/
Langues Prises en Charge 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"
    ]
}