BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Co je BTranslator?
BTranslator je rozšíření Chrome vyvinuté otherlite, a jeho hlavní funkcí je „Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BTranslator
Stáhněte si soubory rozšíření BTranslator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | BTranslator |
ID | kohihkmbhibggiimbdcllajjdbgddfae |
Oficiální URL | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
Popis | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
Velikost souboru | 3.65 KB |
Počet instalací | 153 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-02-05 |
Datum Vydání | 2023-02-05 |
Vývojář | otherlite |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |