ETC Ethermine Monitor

This is tool to monitor workers of ETC Ethermine quickly.

Was ist ETC Ethermine Monitor?

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

Erweiterungsscreenshots

screenshot

ETC Ethermine Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie ETC Ethermine 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

                                            

Grundlegende Informationen zur Erweiterung

Name ETC Ethermine Monitor ETC Ethermine Monitor
ID fgepomggiffkecdhacmchjgdhobphkak
Offizielle URL https://chromewebstore.google.com/detail/etc-ethermine-monitor/fgepomggiffkecdhacmchjgdhobphkak
Beschreibung This is tool to monitor workers of ETC Ethermine quickly.
Dateigröße 47.06 KB
Installationsanzahl 23
Aktuelle Version 0.0.6
Letztes Update 2017-08-03
Veröffentlichungsdatum 2017-08-03
Bewertung 5.00/5 Insgesamt 2 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": "ETC Ethermine Monitor",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "This is tool to monitor workers of ETC Ethermine 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": "ETC Ethermine Monitor Extension",
        "default_popup": "popup.html"
    }
}