BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Hvad er BTranslator?
BTranslator er en Chrome-udvidelse udviklet af otherlite, og dens hovedfunktion er "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".
Udvidelsesskærmbilleder
Download BTranslator-udvidelses-CRX-fil
Download BTranslator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kohihkmbhibggiimbdcllajjdbgddfae |
| Officiel URL | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
| Beskrivelse | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
| Filstørrelse | 3.65 KB |
| Antal Installationer | 153 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-02-05 |
| Udgivelsesdato | 2023-02-05 |
| Udvikler | otherlite |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |