Subtitle Translator

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

¿Qué es Subtitle Translator?

Subtitle Translator es una extensión de Chrome desarrollada por 42Labs, y su función principal es "Translate subtitles on the fly from Netflix, SVT Play or CMore.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Subtitle Translator

Descarga archivos de extensión Subtitle Translator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
URL Oficial https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
Descripción Translate subtitles on the fly from Netflix, SVT Play or CMore.
Tamaño del Archivo 13.57 KB
Cantidad de Instalaciones 1,267
Versión Actual 1.0
Última Actualización 2023-03-19
Fecha de Publicación 2022-01-09
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador 42Labs
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}