BTranslator

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

BTranslator là gì?

BTranslator là một tiện ích mở rộng Chrome được phát triển bởi otherlite, và tính năng chính của nó là "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BTranslator

Tải xuống các tệp mở rộng BTranslator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BTranslator BTranslator
ID kohihkmbhibggiimbdcllajjdbgddfae
URL Chính Thức https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae
Mô tả Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Kích Thước Tệp 3.65 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-02-05
Ngày Phát Hành 2023-02-05
Nhà Phát Triển otherlite
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}