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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
} | |