IPchexmex

Checks to see if you are in a country that allows Bitmex trading

ما هو IPchexmex؟

IPchexmex هو إضافة Chrome تم تطويرها بواسطة isaackoz، والميزة الرئيسية لها هي "Checks to see if you are in a country that allows Bitmex trading".

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

screenshot
screenshot

تحميل ملف CRX للإضافة IPchexmex

قم بتنزيل ملفات الامتداد IPchexmex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Trading on bitmex while in US,CA,CU,IR,KP, or SD is prohibited and can lead to your account being banned on bitmex. This extension checks to see if your IP when on bitmex.com is connected to the said countries. 

This extension will make sure you are always on a VPN while trading on BitMex. It will ping every 60 seconds to ensure you're connected. 

If you are not connected to a country that allows trading, you will receive an alert. If you are, nothing is currently displayed.

Source code available on my github :).                    

معلومات أساسية عن التمديد

الاسم IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
الوصف Checks to see if you are in a country that allows Bitmex trading
حجم الملف 39.76 KB
عدد التثبيتات 10
النسخة الحالية 1.2
آخر تحديث 2018-12-22
تاريخ النشر 2018-12-21
المطور isaackoz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/isaackoz/IPchexmex
عنوان صفحة المساعدة https://github.com/isaackoz/IPchexmex/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPchexmex",
    "short_name": "IPCM",
    "description": "Checks to see if you are in a country that allows Bitmex trading",
    "version": "1.2",
    "author": "isaackoz",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon148.png"
    },
    "permissions": [
        "tabs",
        "alarms"
    ]
}