BTranslator

Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…

Что такое BTranslator?

BTranslator - это расширение Chrome, разработанное otherlite, и его основная функция - "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения BTranslator

Скачайте файлы расширений BTranslator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название BTranslator BTranslator
ID kohihkmbhibggiimbdcllajjdbgddfae
Официальный URL https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae
Описание Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Размер файла 3.65 KB
Количество установок 153
Текущая Версия 1.0
Последнее Обновление 2023-02-05
Дата публикации 2023-02-05
Разработчик otherlite
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}