NiceHash Unpaid Balance

See how much you mined in BTC and in USD on NiceHash in realtime!

Qu'est-ce que NiceHash Unpaid Balance ?

NiceHash Unpaid Balance est une extension Chrome développée par KENGO WEB, et sa fonction principale est "See how much you mined in BTC and in USD on NiceHash in realtime!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NiceHash Unpaid Balance

Téléchargez les fichiers d'extension NiceHash Unpaid Balance 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

                        Simple yet effective tool that displays how much you've mined through NiceHash in real-time. Displays in dollars on the actual Google Chrome extension how much you have in unpaid balance. Keep track effortlessly on much money you are earning. 

Also displays the current Bitcoin price.                    

Informations de Base sur l'Extension

Nom NiceHash Unpaid Balance NiceHash Unpaid Balance
ID ofhceimamcagkejnidljnlckneidpccl
URL Officiel https://chromewebstore.google.com/detail/nicehash-unpaid-balance/ofhceimamcagkejnidljnlckneidpccl
Description See how much you mined in BTC and in USD on NiceHash in realtime!
Taille du Fichier 48.56 KB
Nombre d'Installations 73
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-30
Date de Publication 2018-04-30
Évaluation 2.33/5 Total 3 Évaluations
Développeur KENGO WEB
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Moses Johansson",
    "homepage_url": "http:\/\/kengoweb.net",
    "name": "NiceHash Unpaid Balance",
    "version": "1.0",
    "description": "See how much you mined in BTC and in USD on NiceHash in realtime!",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/get_started128.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_title": "NiceHash Unpaid Balance",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}