YouTube TC AutoTrans Corrector

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

Co je YouTube TC AutoTrans Corrector?

YouTube TC AutoTrans Corrector je rozšíření Chrome vyvinuté 遠創, a jeho hlavní funkcí je „Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube TC AutoTrans Corrector

Stáhněte si soubory rozšíření YouTube TC AutoTrans Corrector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název YouTube TC AutoTrans Corrector YouTube TC AutoTrans Corrector
ID nghlhmhjdlbcgnmjffpeialapbcnajig
Oficiální URL https://chromewebstore.google.com/detail/youtube-tc-autotrans-corr/nghlhmhjdlbcgnmjffpeialapbcnajig
Popis Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.
Velikost souboru 470 KB
Počet instalací 20,000
Aktuální Verze 1.0.9
Poslední Aktualizace 2024-01-08
Datum Vydání 2023-11-22
Hodnocení 4.94/5 Celkem 129 Hodnocení
Vývojář 遠創
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle
URL Stránky Nápovědy https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle
Podporované Jazyky 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\/*"
            ]
        }
    ]
}