Bybit extension

바이비트 도우미

Bybit extension란 무엇입니까?

Bybit extension은(는) ckdwo3030에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "바이비트 도우미"입니다.

확장 프로그램 스크린샷

screenshot

Bybit extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        바이비트 매매 도우미입니다.
Bybit Trading Supporter (BTS)

바이비트 매매 도우미는 자동으로 주문을 생성합니다.
Bybit Trading Supporter extension automatically generate orders.

시작가/종료가/총량을 입력한 뒤
우측 하단 매수/매도 버튼을 누루면 규칙적인 간격의 매수/매도 벽을 생성해줍니다.

After entering the First Price/Last Price/Total Qty,
Click the buy/sell button at the bottom right creates a regular interval buy/sell orders.                    

확장 프로그램 기본 정보

이름 Bybit extension Bybit extension
ID hbhmnegpijmdbjpacncnjegdkieeffag
공식 URL https://chromewebstore.google.com/detail/bybit-extension/hbhmnegpijmdbjpacncnjegdkieeffag
설명 바이비트 도우미
파일 크기 12.7 KB
설치 횟수 383
현재 버전 1.0.3
최근 업데이트 2023-04-02
출시 날짜 2021-10-12
평점 5.00/5 총 1 개의 평점
개발자 ckdwo3030
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bybit extension",
    "description": "\ubc14\uc774\ube44\ud2b8 \ub3c4\uc6b0\ubbf8",
    "version": "1.0.3",
    "permissions": [
        "https:\/\/www.bybit.com\/"
    ],
    "icons": {
        "128": "images\/btc128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.bybit.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "background.html"
    }
}