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 هو إضافة Chrome تم تطويرها بواسطة Newman، والميزة الرئيسية لها هي "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bitcoin Trading Bot for BTC-e exchange

قم بتنزيل ملفات الامتداد Bitcoin Trading Bot for BTC-e exchange بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}