Bitcoin Trading Bot for BTC-e exchange
Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
什麼是Bitcoin Trading Bot for BTC-e exchange?
Bitcoin Trading Bot for BTC-e exchange是由Newman開發的Chrome擴展程式,該擴展的主要功能是“Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ”。
擴展截圖
下載Bitcoin Trading Bot for BTC-e exchange擴展crx文件
下載Bitcoin Trading Bot for BTC-e exchange擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | iiandjelpocmkkphjmalkpjpggdmhcik |
官方網址 | https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik |
簡介 | Bitcoin Automatic Trading platform (bot) for BTC-e exchange. |
檔案大小 | 73.62 KB |
安裝次數 | 69 |
目前版本 | 1.0 |
更新時間 | 2016-09-16 |
上架時間 | 2016-09-16 |
評分 | 1.67/5 共 3 次評分 |
開發者 | Newman |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://xbtc.org |
說明頁面URL | https://xbtc.org/howitwork |
支援的語言 | 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 } |