Subtitle Translator

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

Qu'est-ce que Subtitle Translator ?

Subtitle Translator est une extension Chrome développée par 42Labs, et sa fonction principale est "Translate subtitles on the fly from Netflix, SVT Play or CMore.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Subtitle Translator

Téléchargez les fichiers d'extension Subtitle Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
URL Officiel https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
Description Translate subtitles on the fly from Netflix, SVT Play or CMore.
Taille du Fichier 13.57 KB
Nombre d'Installations 1,267
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-19
Date de Publication 2022-01-09
Évaluation 5.00/5 Total 8 Évaluations
Développeur 42Labs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}