IPchexmex

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

Apa itu IPchexmex?

IPchexmex adalah ekstensi Chrome yang dikembangkan oleh isaackoz, dan fitur utamanya adalah "Checks to see if you are in a country that allows Bitmex trading".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IPchexmex

Unduh file ekstensi IPchexmex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 :).                    

Informasi Dasar Ekstensi

Nama IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
URL Resmi https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Deskripsi Checks to see if you are in a country that allows Bitmex trading
Ukuran File 39.76 KB
Jumlah Instalasi 10
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-12-22
Tanggal Publikasi 2018-12-21
Pengembang isaackoz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/isaackoz/IPchexmex
URL Halaman Bantuan https://github.com/isaackoz/IPchexmex/issues
Bahasa yang Didukung 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"
    ]
}