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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube TC AutoTrans Corrector

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}