Bitcoin Trading Bot for BTC-e exchange

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

Co je Bitcoin Trading Bot for BTC-e exchange?

Bitcoin Trading Bot for BTC-e exchange je rozšíření Chrome vyvinuté Newman, a jeho hlavní funkcí je „Bitcoin Automatic Trading platform (bot) for BTC-e exchange. “.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bitcoin Trading Bot for BTC-e exchange

Stáhněte si soubory rozšíření Bitcoin Trading Bot for BTC-e exchange ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bitcoin Trading Bot for BTC-e exchange Bitcoin Trading Bot for BTC-e exchange
ID iiandjelpocmkkphjmalkpjpggdmhcik
Oficiální URL https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik
Popis Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
Velikost souboru 73.62 KB
Počet instalací 69
Aktuální Verze 1.0
Poslední Aktualizace 2016-09-16
Datum Vydání 2016-09-16
Hodnocení 1.67/5 Celkem 3 Hodnocení
Vývojář Newman
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://xbtc.org
URL Stránky Nápovědy https://xbtc.org/howitwork
Podporované Jazyky 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
}