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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
Διεύθυνση URL της Σελίδας Βοήθειας 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"
    ]
}