YouTube TC AutoTrans Corrector

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

什麼是YouTube TC AutoTrans Corrector?

YouTube TC AutoTrans Corrector是由遠創開發的Chrome擴展程式,該擴展的主要功能是“Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.”。

擴展截圖

screenshot
screenshot

下載YouTube TC AutoTrans Corrector擴展crx文件

下載YouTube TC AutoTrans Corrector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 YouTube TC AutoTrans Corrector YouTube TC AutoTrans Corrector
ID nghlhmhjdlbcgnmjffpeialapbcnajig
官方網址 https://chromewebstore.google.com/detail/youtube-tc-autotrans-corr/nghlhmhjdlbcgnmjffpeialapbcnajig
簡介 Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.
檔案大小 470 KB
安裝次數 20,000
目前版本 1.0.9
更新時間 2024-01-08
上架時間 2023-11-22
評分 4.94/5 共 129 次評分
開發者 遠創
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle
說明頁面URL https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle
支援的語言 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\/*"
            ]
        }
    ]
}