Necoyoad Crypto Trader Assistant
UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
Wat is Necoyoad Crypto Trader Assistant?
Necoyoad Crypto Trader Assistant is een Chrome-extensie ontwikkeld door Necoyoad, en de belangrijkste functie is "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers".
Extensie Screenshots
Download het CRX-bestand van de extensie Necoyoad Crypto Trader Assistant
Download Necoyoad Crypto Trader Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It shows features that makes the trading easier and profitable. Don´t need API access nor any access data Basisinformatie over de Extensie
| Naam | |
| ID | gohgaliidhnkpanhibpmneeiijmndbba |
| Officiële URL | https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba |
| Beschrijving | UI Assistant for Binance, Huobi, BW, ZB and others international exchangers |
| Bestandsgrootte | 73.95 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2019-09-20 |
| Publicatiedatum | 2019-09-20 |
| Ontwikkelaar | Necoyoad |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.necoyoad.com/ |
| Help Pagina-URL | https://www.necoyoad.com/ |
| URL van de Privacybeleid Pagina | http://www.necoyoad.com |
| Ondersteunde Talen | 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
} | |