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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}