BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Wat is BTranslator?
BTranslator is een Chrome-extensie ontwikkeld door otherlite, en de belangrijkste functie is "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".
Extensie Screenshots
Download het CRX-bestand van de extensie BTranslator
Download BTranslator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | kohihkmbhibggiimbdcllajjdbgddfae |
| Officiële URL | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
| Beschrijving | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
| Bestandsgrootte | 3.65 KB |
| Aantal Installaties | 153 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-02-05 |
| Publicatiedatum | 2023-02-05 |
| Ontwikkelaar | otherlite |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |