Subtitle Translator

Translate subtitles on the fly from Netflix, SVT Play or CMore.

Co je Subtitle Translator?

Subtitle Translator je rozšíření Chrome vyvinuté 42Labs, a jeho hlavní funkcí je „Translate subtitles on the fly from Netflix, SVT Play or CMore.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Subtitle Translator

Stáhněte si soubory rozšíření Subtitle Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        For when you want to watch a foreign movie that is missing subtitles in your language. 

Works with Netflix, SVT Play and CMore. Feel free to reach out if you would like support for some other service. There might be more generic support coming.

Make sure to go in to the extension settings to set which source & target languages you are using.                    

Základní Informace o Rozšíření

Název Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
Oficiální URL https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
Popis Translate subtitles on the fly from Netflix, SVT Play or CMore.
Velikost souboru 13.57 KB
Počet instalací 1,267
Aktuální Verze 1.0
Poslední Aktualizace 2023-03-19
Datum Vydání 2022-01-09
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář 42Labs
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Subtitle Translator",
    "description": "Translate subtitles on the fly from Netflix, SVT Play or CMore.",
    "version": "1.0",
    "icons": {
        "16": "\/images\/st16.png",
        "32": "\/images\/st32.png",
        "48": "\/images\/st48.png",
        "128": "\/images\/st128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to translate"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}