Bitcoin Trading Bot for BTC-e exchange

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

Was ist Bitcoin Trading Bot for BTC-e exchange?

Bitcoin Trading Bot for BTC-e exchange ist eine Chrome-Erweiterung, die von Newman entwickelt wurde, und ihr Hauptmerkmal ist "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ".

Erweiterungsscreenshots

screenshot

Bitcoin Trading Bot for BTC-e exchange-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitcoin Trading Bot for BTC-e exchange-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bitcoin Trading Bot for BTC-e exchange Bitcoin Trading Bot for BTC-e exchange
ID iiandjelpocmkkphjmalkpjpggdmhcik
Offizielle URL https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik
Beschreibung Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
Dateigröße 73.62 KB
Installationsanzahl 69
Aktuelle Version 1.0
Letztes Update 2016-09-16
Veröffentlichungsdatum 2016-09-16
Bewertung 1.67/5 Insgesamt 3 Bewertungen
Entwickler Newman
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://xbtc.org
Hilfeseite URL https://xbtc.org/howitwork
Unterstützte Sprachen 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
}