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. ”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Bitcoin Trading Bot for BTC-e exchange Bitcoin Trading Bot for BTC-e exchange
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
}