Subtitle Translator

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

Cos'è Subtitle Translator?

Subtitle Translator è un'estensione di Chrome sviluppata da 42Labs, e la sua funzione principale è "Translate subtitles on the fly from Netflix, SVT Play or CMore.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Subtitle Translator

Scarica i file di estensione Subtitle Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
URL Ufficiale https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
Descrizione Translate subtitles on the fly from Netflix, SVT Play or CMore.
Dimensione del File 13.57 KB
Conteggio Installazioni 1,267
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-19
Data di Pubblicazione 2022-01-09
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore 42Labs
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}