Necoyoad Crypto Trader Assistant
UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
Was ist Necoyoad Crypto Trader Assistant?
Necoyoad Crypto Trader Assistant ist eine Chrome-Erweiterung, die von Necoyoad entwickelt wurde, und ihr Hauptmerkmal ist "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers".
Erweiterungsscreenshots
Necoyoad Crypto Trader Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Necoyoad Crypto Trader Assistant-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
It shows features that makes the trading easier and profitable. Don´t need API access nor any access data Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gohgaliidhnkpanhibpmneeiijmndbba |
| Offizielle URL | https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba |
| Beschreibung | UI Assistant for Binance, Huobi, BW, ZB and others international exchangers |
| Dateigröße | 73.95 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2019-09-20 |
| Veröffentlichungsdatum | 2019-09-20 |
| Entwickler | Necoyoad |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.necoyoad.com/ |
| Hilfeseite URL | https://www.necoyoad.com/ |
| URL der Datenschutzrichtlinien-Seite | http://www.necoyoad.com |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Necoyoad Crypto Trader Assistant",
"version": "1.0.3",
"description": "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/logo-16x16.png",
"32": "images\/logo-32x32.png",
"48": "images\/logo-48x48.png",
"64": "images\/logo-64x64.png",
"128": "images\/logo-128x128.png",
"256": "images\/logo-256x256.png"
}
},
"icons": {
"16": "images\/logo-16x16.png",
"32": "images\/logo-32x32.png",
"48": "images\/logo-48x48.png",
"64": "images\/logo-64x64.png",
"128": "images\/logo-128x128.png",
"256": "images\/logo-256x256.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"prototypes.js",
"helpers.js",
"lang.js",
"functions.js",
"assistant.js"
]
}
],
"manifest_version": 2
} | |