BTranslator
Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Co to jest BTranslator?
BTranslator to rozszerzenie Chrome opracowane przez otherlite, a jego główną funkcją jest „Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BTranslator
Pobierz pliki rozszerzeń BTranslator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | BTranslator |
ID | kohihkmbhibggiimbdcllajjdbgddfae |
Oficjalny URL | https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae |
Opis | Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.… |
Rozmiar pliku | 3.65 KB |
Liczba instalacji | 153 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-02-05 |
Data Publikacji | 2023-02-05 |
Deweloper | otherlite |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |