BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Was ist BTranslator?
BTranslator ist eine Chrome-Erweiterung, die von otherlite entwickelt wurde, und ihr Hauptmerkmal ist "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".
Erweiterungsscreenshots
BTranslator-Erweiterungs-CRX-Datei herunterladen
Laden Sie BTranslator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kohihkmbhibggiimbdcllajjdbgddfae |
| Offizielle URL | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
| Beschreibung | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
| Dateigröße | 3.65 KB |
| Installationsanzahl | 153 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-02-05 |
| Veröffentlichungsdatum | 2023-02-05 |
| Entwickler | otherlite |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |