IPchexmex
Checks to see if you are in a country that allows Bitmex trading
IPchexmexとは何ですか?
IPchexmexはisaackozによって開発されたChromeの拡張機能で、その主な機能は「Checks to see if you are in a country that allows Bitmex trading」です。
拡張機能のスクリーンショット
IPchexmex拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |