HEYBybit
Bybit TradingTools ChromeExtension
HEYBybitとは何ですか?
HEYBybitはdorataによって開発されたChromeの拡張機能で、その主な機能は「Bybit TradingTools ChromeExtension」です。
拡張機能のスクリーンショット
HEYBybit拡張機能のCRXファイルをダウンロード
HEYBybit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bybitの取引画面を使いやすくする支援ツールです。 無料(紹介から登録された方限定) <機能> 1.最終価格+外側にNドルへ指値するボタン。 ※モード切替で、指定価格に対して指値ができます。 2.一定の値幅に分割して指値をばらまくボタン。 ※モード切替で、指定価格に対して指値ができます。 3.一定の値幅で注文時に損切と、利確設定をしてくれる機能。 4.全キャンセル、全決済、半分決済、建値ちょいプラス決済ボタン。 5.指定したレバ倍率でロットの自動計算機能。(お米アイコン) <使い方> 以下のURLからBybitに登録すると、紹介者経由での登録となります。 紹介者経由で登録された方は、約10分ほどで拡張機能が使用可能となります。 1.紹介URLからBybitに登録する。 紹介URL:https://www.bybit.com/ja-JP/register?affiliate_id=15931&language=ja-JP&group_id=0&group_type=1 2.拡張機能をchromeにインストールする 3.Bybitにログインして取引画面にいく
拡張機能の基本情報
名前 | HEYBybit |
ID | iednkmfebdgepmklkjjockdifpglpknl |
公式URL | https://chromewebstore.google.com/detail/heybybit/iednkmfebdgepmklkjjockdifpglpknl |
説明 | Bybit TradingTools ChromeExtension |
ファイルサイズ | 647 KB |
インストール数 | 216 |
現在のバージョン | 3.2.5 |
最終更新日 | 2023-12-07 |
公開日 | 2021-02-28 |
開発者 | dorata |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/Dorata0001/privacypolicy |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.2.5", "name": "HEYBybit", "description": "Bybit TradingTools ChromeExtension", "action": { "default_icon": "res\/icon\/icon16.png" }, "icons": { "16": "res\/icon\/icon16.png", "48": "res\/icon\/icon48.png", "128": "res\/icon\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.bybit.com\/trade\/inverse\/*", "https:\/\/testnet.bybit.com\/trade\/inverse\/*" ], "js": [ "content_scripts\/trade\/inverse\/start.js" ] }, { "matches": [ "https:\/\/www.bybit.com\/trade\/usdt\/*", "https:\/\/testnet.bybit.com\/trade\/usdt\/*" ], "js": [ "content_scripts\/trade\/usdt\/start.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/www.bybit.com\/", "https:\/\/testnet.bybit.com\/" ], "background": [], "web_accessible_resources": [ { "resources": [ "res\/script\/heybybit\/heybybit-license.js", "res\/script\/heybybit\/heybybit-storage.js", "res\/script\/heybybit\/inverse\/heybybit-template.js", "res\/script\/heybybit\/inverse\/heybybit.js", "res\/script\/heybybit\/usdt\/heybybit-template.js", "res\/script\/heybybit\/usdt\/heybybit.js", "res\/script\/heybybit-lib\/pako.min.js", "res\/script\/heybybit-lib\/vue.min.js", "res\/script\/heybybit-lib\/js.cookie.min.js", "res\/img\/fulllevarage.png" ], "matches": [ " |