YouTube TC AutoTrans Corrector

Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.

O que é YouTube TC AutoTrans Corrector?

YouTube TC AutoTrans Corrector é uma extensão do Chrome desenvolvida por 遠創, e sua principal característica é "Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube TC AutoTrans Corrector

Baixe arquivos de extensão YouTube TC AutoTrans Corrector 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

                        The options in the subtitles menu will be modified to "Corrected Chinese (Traditional)" when your YouTube language is set to Chinese (Traditional). However, the modification will still take effect without the "Corrected" tag.

If you'd like to support me in maintaining/producing higher-quality content, perhaps consider buying me a cup of coffee!
https://www.buymeacoffee.com/yuanchuang

You can also download it on Firefox:
https://addons.mozilla.org/zh-TW/firefox/addon/youtube-繁體自動翻譯修正/

GitHub Repository:
https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle                    

Informações Básicas da Extensão

Nome YouTube TC AutoTrans Corrector YouTube TC AutoTrans Corrector
ID nghlhmhjdlbcgnmjffpeialapbcnajig
URL Oficial https://chromewebstore.google.com/detail/youtube-tc-autotrans-corr/nghlhmhjdlbcgnmjffpeialapbcnajig
Descrição Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.
Tamanho do Arquivo 470 KB
Contagem de Instalações 20,000
Versão Atual 1.0.9
Última Atualização 2024-01-08
Data de Publicação 2023-11-22
Classificação 4.94/5 Total de 129 Avaliações
Desenvolvedor 遠創
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle
URL da Página de Ajuda https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.9",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ]
        }
    ]
}