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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}