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 |
电子邮箱 | [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": [ " |