ETH Nanopool Monitor
This is tool to monitor workers of ETH Nanopool quickly.
Was ist ETH Nanopool Monitor?
ETH Nanopool Monitor ist eine Chrome-Erweiterung, die von Zodinet CO.,LTD entwickelt wurde, und ihr Hauptmerkmal ist "This is tool to monitor workers of ETH Nanopool quickly.".
ETH Nanopool Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie ETH Nanopool 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 | |
| ID | hdphinbiidmhnccmhpalkmamdcikllfd |
| Offizielle URL | https://chromewebstore.google.com/detail/eth-nanopool-monitor/hdphinbiidmhnccmhpalkmamdcikllfd |
| Beschreibung | This is tool to monitor workers of ETH Nanopool quickly. |
| Dateigröße | 44.12 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2017-08-04 |
| Veröffentlichungsdatum | 2017-08-04 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Zodinet CO.,LTD |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ETH Nanopool Monitor",
"version": "0.0.4",
"manifest_version": 2,
"description": "This is tool to monitor workers of ETH Nanopool 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": "ETH Nanopool Monitor Extension",
"default_popup": "popup.html"
}
} | |