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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Newman และคุณลักษณะหลักของมันคือ "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin Trading Bot for BTC-e exchange
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |