BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Qu'est-ce que BTranslator ?
BTranslator est une extension Chrome développée par otherlite, et sa fonction principale est "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BTranslator
Téléchargez les fichiers d'extension BTranslator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | BTranslator |
ID | kohihkmbhibggiimbdcllajjdbgddfae |
URL Officiel | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
Description | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
Taille du Fichier | 3.65 KB |
Nombre d'Installations | 153 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-02-05 |
Date de Publication | 2023-02-05 |
Développeur | otherlite |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |