Subtitle Translator

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

Co to jest Subtitle Translator?

Subtitle Translator to rozszerzenie Chrome opracowane przez 42Labs, a jego główną funkcją jest „Translate subtitles on the fly from Netflix, SVT Play or CMore.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Subtitle Translator

Pobierz pliki rozszerzeń Subtitle Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
Oficjalny URL https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
Opis Translate subtitles on the fly from Netflix, SVT Play or CMore.
Rozmiar pliku 13.57 KB
Liczba instalacji 1,267
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-03-19
Data Publikacji 2022-01-09
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper 42Labs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}