Bybit extension
바이비트 도우미
What is Bybit extension?
Bybit extension is a Chrome extension developed by ckdwo3030, and its main feature is "바이비트 도우미".
Extension Screenshots
Download Bybit extension Extension CRX File
Download Bybit extension 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 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.
Extension Basic Information
Name | Bybit extension |
ID | hbhmnegpijmdbjpacncnjegdkieeffag |
Official URL | https://chromewebstore.google.com/detail/bybit-extension/hbhmnegpijmdbjpacncnjegdkieeffag |
Description | 바이비트 도우미 |
File Size | 12.7 KB |
Installation Count | 383 |
Current Version | 1.0.3 |
Last Updated | 2023-04-02 |
Publish Date | 2021-10-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ckdwo3030 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |