Miner Away

Stop coin miners on the web!

Qu'est-ce que Miner Away ?

Miner Away est une extension Chrome développée par arthurgeron, et sa fonction principale est "Stop coin miners on the web!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Miner Away

Téléchargez les fichiers d'extension Miner Away 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

                        # 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.                    

Informations de Base sur l'Extension

Nom Miner Away Miner Away
ID fogeciakcpgnbjjnacoddpofmlebchnn
URL Officiel https://chromewebstore.google.com/detail/miner-away/fogeciakcpgnbjjnacoddpofmlebchnn
Description Stop coin miners on the web!
Taille du Fichier 53.6 KB
Nombre d'Installations 156
Version Actuelle 1.1
Dernière Mise à Jour 2017-09-27
Date de Publication 2017-09-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur arthurgeron
Type de Paiement free
Site Web de l'Extension https://github.com/arthurgeron/mineraway
URL de la Page d'Aide https://github.com/arthurgeron/mineraway
Langues Prises en Charge 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"
}