Bitcoin Trading Bot for BTC-e exchange
Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
¿Qué es Bitcoin Trading Bot for BTC-e exchange?
Bitcoin Trading Bot for BTC-e exchange es una extensión de Chrome desarrollada por Newman, y su función principal es "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bitcoin Trading Bot for BTC-e exchange
Descarga archivos de extensión Bitcoin Trading Bot for BTC-e exchange en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | iiandjelpocmkkphjmalkpjpggdmhcik |
URL Oficial | https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik |
Descripción | Bitcoin Automatic Trading platform (bot) for BTC-e exchange. |
Tamaño del Archivo | 73.62 KB |
Cantidad de Instalaciones | 69 |
Versión Actual | 1.0 |
Última Actualización | 2016-09-16 |
Fecha de Publicación | 2016-09-16 |
Calificación | 1.67/5 Total de 3 Calificaciones |
Desarrollador | Newman |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://xbtc.org |
URL de la Página de Ayuda | https://xbtc.org/howitwork |
Idiomas Soportados | 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 } |