Bybit extension
바이비트 도우미
Cos'è Bybit extension?
Bybit extension è un'estensione di Chrome sviluppata da ckdwo3030, e la sua funzione principale è "바이비트 도우미".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bybit extension
Scarica i file di estensione Bybit extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
바이비트 매매 도우미입니다. 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.
Informazioni di Base sull'Estensione
Nome | Bybit extension |
ID | hbhmnegpijmdbjpacncnjegdkieeffag |
URL Ufficiale | https://chromewebstore.google.com/detail/bybit-extension/hbhmnegpijmdbjpacncnjegdkieeffag |
Descrizione | 바이비트 도우미 |
Dimensione del File | 12.7 KB |
Conteggio Installazioni | 383 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-04-02 |
Data di Pubblicazione | 2021-10-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ckdwo3030 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |