BTranslator

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

Vad är BTranslator?

BTranslator är en Chrome-tillägg utvecklad av otherlite, och dess huvudfunktion är "Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner BTranslator-förlängningens CRX-fil

Ladda ner BTranslator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn BTranslator BTranslator
ID kohihkmbhibggiimbdcllajjdbgddfae
Officiell webbadress https://chromewebstore.google.com/detail/btranslator/kohihkmbhibggiimbdcllajjdbgddfae
Beskrivning Btranslator is a customized program that provides fast translation services for users who use the cryptocurrency trading platform.…
Filstorlek 3.65 KB
Antal Installationer 153
Aktuell Version 1.0
Senast Uppdaterad 2023-02-05
Publiceringsdatum 2023-02-05
Utvecklare otherlite
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}