Bitcoin Trading Bot for BTC-e exchange
Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
Cos'è Bitcoin Trading Bot for BTC-e exchange?
Bitcoin Trading Bot for BTC-e exchange è un'estensione di Chrome sviluppata da Newman, e la sua funzione principale è "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitcoin Trading Bot for BTC-e exchange
Scarica i file di estensione Bitcoin Trading Bot for BTC-e exchange in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a trading bot for bitcoin entusiasts.
Trading algorithm is based on tracking system of kind used in rocket missles destination search.
Robot don't have access to you money - it's only command the stock to make sell or buy in suitable conditions. It uses exchange's API for connection.
The settings of bot used to make it run in a way user define. Please use built-in help [?] to understand settings and operation modes details. Informazioni di Base sull'Estensione
| Nome | |
| ID | iiandjelpocmkkphjmalkpjpggdmhcik |
| URL Ufficiale | https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik |
| Descrizione | Bitcoin Automatic Trading platform (bot) for BTC-e exchange. |
| Dimensione del File | 73.62 KB |
| Conteggio Installazioni | 69 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-09-16 |
| Data di Pubblicazione | 2016-09-16 |
| Valutazione | 1.67/5 Totale 3 Valutazioni |
| Sviluppatore | Newman |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://xbtc.org |
| URL della Pagina di Aiuto | https://xbtc.org/howitwork |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bitcoin Trading Bot for BTC-e exchange",
"description": "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ",
"version": "1.0",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Run XBTC bot. ",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |