Bitcoin Trading Bot for BTC-e exchange

Bitcoin Automatic Trading platform (bot) for BTC-e exchange.

O que é Bitcoin Trading Bot for BTC-e exchange?

Bitcoin Trading Bot for BTC-e exchange é uma extensão do Chrome desenvolvida por Newman, e sua principal característica é "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bitcoin Trading Bot for BTC-e exchange

Baixe arquivos de extensão Bitcoin Trading Bot for BTC-e exchange no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bitcoin Trading Bot for BTC-e exchange Bitcoin Trading Bot for BTC-e exchange
ID iiandjelpocmkkphjmalkpjpggdmhcik
URL Oficial https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik
Descrição Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
Tamanho do Arquivo 73.62 KB
Contagem de Instalações 69
Versão Atual 1.0
Última Atualização 2016-09-16
Data de Publicação 2016-09-16
Classificação 1.67/5 Total de 3 Avaliações
Desenvolvedor Newman
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://xbtc.org
URL da Página de Ajuda https://xbtc.org/howitwork
Idiomas Suportados 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
}