Market Maker 4 BitMex

Market Maker 4 BitMex

Market Maker 4 BitMexคืออะไร?

Market Maker 4 BitMex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://auto4mex.com และคุณลักษณะหลักของมันคือ "Market Maker 4 BitMex"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Market Maker 4 BitMex

ดาวน์โหลดไฟล์ส่วนขยาย Market Maker 4 BitMex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is more usefull and reliable competitor of BitMex Market Maker.

You may use this plugin same as current Market Maker which is officially announced by BitMex Exchange it self.

In this plugin you are able to use Stop Loss options and set your losses in case whale actions in the market.

You do not need to use server or any complicated structures such as python etc.

Simply install the plugin and let the plugin make for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Market Maker 4 BitMex Market Maker 4 BitMex
ID gihbcocichjpfmclahkkemlfdecgmkca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/market-maker-4-bitmex/gihbcocichjpfmclahkkemlfdecgmkca
คำอธิบาย Market Maker 4 BitMex
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 1.0.1.6
อัปเดตครั้งล่าสุด 2018-11-23
วันที่เผยแพร่ 2018-11-23
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://auto4mex.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว http://auto4mex.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "MM4BitMex",
    "manifest_version": 2,
    "minimum_chrome_version": "45.0",
    "name": "Market Maker 4 BitMex",
    "description": "Market Maker 4 BitMex",
    "version": "1.0.1.6",
    "author": "Auto4Mex",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/jssha.js",
            "js\/bignumber.min.js",
            "js\/buy.js",
            "js\/functions.js",
            "js\/delegate.js",
            "js\/md5.js",
            "js\/Alert.js",
            "js\/Cache.js",
            "js\/Command.js",
            "js\/Exchange.js",
            "js\/NumberObject.js",
            "js\/Permissions.js",
            "js\/Request.js",
            "js\/Storage.js",
            "js\/StorageInternal.js",
            "js\/TradingView.js",
            "js\/TradingViewListener.js",
            "js\/BitMEX.js",
            "js\/BitMEXTestnet.js",
            "js\/PWP.js",
            "js\/Broker.js",
            "js\/Voucher.js",
            "js\/CoinPaymentCheck.js",
            "js\/loglevel.js",
            "background.js",
            "js\/lib.js",
            "js\/api.js",
            "js\/MarketMaker.js",
            "js\/a4mex.logger.js",
            "js\/db.js"
        ]
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "tab.png",
        "default_title": "Market Maker 4 BitMex",
        "default_popup": "popup.html"
    },
    "optional_permissions": [
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.bitmex.com\/*",
        "mm"
    ],
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "https:\/\/*.tradingview.com\/*"
    ],
    "web_accessible_resources": [
        "js\/analytics.js",
        "js\/functions.js",
        "js\/Auto4Mex.js",
        "content_helper.js"
    ]
}