HEYBybit

Bybit TradingTools ChromeExtension

What is HEYBybit?

HEYBybit is a Chrome extension developed by dorata, and its main feature is "Bybit TradingTools ChromeExtension".

Extension Screenshots

screenshot

Download HEYBybit Extension CRX File

Download HEYBybit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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にログインして取引画面にいく                    

Extension Basic Information

Name HEYBybit HEYBybit
ID iednkmfebdgepmklkjjockdifpglpknl
Official URL https://chromewebstore.google.com/detail/heybybit/iednkmfebdgepmklkjjockdifpglpknl
Description Bybit TradingTools ChromeExtension
File Size 647 KB
Installation Count 216
Current Version 3.2.5
Last Updated 2023-12-07
Publish Date 2021-02-28
Developer dorata
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/Dorata0001/privacypolicy
Supported Languages 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": [
                ""
            ]
        }
    ]
}