BTranslator

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

What is BTranslator?

BTranslator is a Chrome extension developed by otherlite, and its main feature is "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".

Extension Screenshots

screenshot
screenshot

Download BTranslator Extension CRX File

Download BTranslator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name BTranslator BTranslator
ID kohihkmbhibggiimbdcllajjdbgddfae
Official URL 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.…
File Size 3.65 KB
Installation Count 153
Current Version 1.0
Last Updated 2023-02-05
Publish Date 2023-02-05
Developer otherlite
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}