Bitcoin Trading Bot for BTC-e exchange

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

Co to jest Bitcoin Trading Bot for BTC-e exchange?

Bitcoin Trading Bot for BTC-e exchange to rozszerzenie Chrome opracowane przez Newman, a jego główną funkcją jest „Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitcoin Trading Bot for BTC-e exchange

Pobierz pliki rozszerzeń Bitcoin Trading Bot for BTC-e exchange w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcoin Trading Bot for BTC-e exchange Bitcoin Trading Bot for BTC-e exchange
ID iiandjelpocmkkphjmalkpjpggdmhcik
Oficjalny URL https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik
Opis Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
Rozmiar pliku 73.62 KB
Liczba instalacji 69
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-09-16
Data Publikacji 2016-09-16
Ocena 1.67/5 Łącznie 3 Oceny
Deweloper Newman
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://xbtc.org
Adres URL Strony Pomocy https://xbtc.org/howitwork
Obsługiwane Języki 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
}