YouTube SubSound

Automatic subtitle dubbing on YouTube.

O que é YouTube SubSound?

YouTube SubSound é uma extensão do Chrome desenvolvida por tgaru, e sua principal característica é "Automatic subtitle dubbing on YouTube.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube SubSound

Baixe arquivos de extensão YouTube SubSound 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

                        Browser extension that automatically pronounces the subtitles on YouTube

Open the desired video and activate voice acting by pressing the NEW button in the YouTube player.

Many languages are supported.                    

Informações Básicas da Extensão

Nome YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
URL Oficial https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
Descrição Automatic subtitle dubbing on YouTube.
Tamanho do Arquivo 15.36 KB
Contagem de Instalações 7,370
Versão Atual 0.0.8
Última Atualização 2022-10-17
Data de Publicação 2021-07-04
Classificação 2.67/5 Total de 135 Avaliações
Desenvolvedor tgaru
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://t.me/writeforhelp
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.8",
    "author": "tgaru",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "styles.css",
                "_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}