BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Cos'è BTranslator?
BTranslator è un'estensione di Chrome sviluppata da otherlite, e la sua funzione principale è "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BTranslator
Scarica i file di estensione BTranslator 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
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.
It currently supports English-Korean translation services and will provide more platform language services in the future.
Features:
- Korean translation of web pages
Btranslator
- Customized translation services for investors
- Professional and accurate translation services Informazioni di Base sull'Estensione
| Nome | |
| ID | kohihkmbhibggiimbdcllajjdbgddfae |
| URL Ufficiale | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
| Descrizione | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
| Dimensione del File | 3.65 KB |
| Conteggio Installazioni | 153 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-02-05 |
| Data di Pubblicazione | 2023-02-05 |
| Sviluppatore | otherlite |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BTranslator",
"version": "1.0",
"manifest_version": 3,
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.bybit.com\/*",
"http:\/\/*.bybit.com\/*"
],
"resources": [
"script.js"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.bybit.com\/*",
"http:\/\/*.bybit.com\/*"
],
"js": [
"inject.js"
],
"run_at": "document_start"
}
]
} | |