Simple NiceHash Monitor

This is tool to monitor workers of NiceHash quickly.

Was ist Simple NiceHash Monitor?

Simple NiceHash Monitor ist eine Chrome-Erweiterung, die von Zodinet CO.,LTD entwickelt wurde, und ihr Hauptmerkmal ist "This is tool to monitor workers of NiceHash quickly.".

Erweiterungsscreenshots

screenshot

Simple NiceHash Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple NiceHash Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Simple NiceHash monitor is extension that will help you monitor your workers.
You just need to enter your bitcoin address to settings then everything will be work.
Let enjoy it.                    

Grundlegende Informationen zur Erweiterung

Name Simple NiceHash Monitor Simple NiceHash Monitor
ID iafjjhopfpcockmmakcfadchlcbpnkkc
Offizielle URL https://chromewebstore.google.com/detail/simple-nicehash-monitor/iafjjhopfpcockmmakcfadchlcbpnkkc
Beschreibung This is tool to monitor workers of NiceHash quickly.
Dateigröße 52 KB
Installationsanzahl 276
Aktuelle Version 0.1.3
Letztes Update 2017-08-03
Veröffentlichungsdatum 2017-08-03
Bewertung 3.50/5 Insgesamt 10 Bewertungen
Entwickler Zodinet CO.,LTD
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple NiceHash Monitor",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "This is tool to monitor workers of NiceHash quickly.",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Simple NiceHash Extension",
        "default_popup": "popup.html"
    }
}