Subtitle Translator

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

O que é Subtitle Translator?

Subtitle Translator é uma extensão do Chrome desenvolvida por 42Labs, e sua principal característica é "Translate subtitles on the fly from Netflix, SVT Play or CMore.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Subtitle Translator

Baixe arquivos de extensão Subtitle Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Subtitle Translator Subtitle Translator
ID oflffkldeingomefcemegfmnbfdeblbk
URL Oficial https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk
Descrição Translate subtitles on the fly from Netflix, SVT Play or CMore.
Tamanho do Arquivo 13.57 KB
Contagem de Instalações 1,267
Versão Atual 1.0
Última Atualização 2023-03-19
Data de Publicação 2022-01-09
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor 42Labs
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}