YouTube TC AutoTrans Corrector
Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.
YouTube TC AutoTrans Corrector là gì?
YouTube TC AutoTrans Corrector là một tiện ích mở rộng Chrome được phát triển bởi 遠創, và tính năng chính của nó là "Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube TC AutoTrans Corrector
Tải xuống các tệp mở rộng YouTube TC AutoTrans Corrector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube TC AutoTrans Corrector |
ID | nghlhmhjdlbcgnmjffpeialapbcnajig |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-tc-autotrans-corr/nghlhmhjdlbcgnmjffpeialapbcnajig |
Mô tả | Corrected the issue that prevented the proper display of YouTube's automatic translation in Traditional Chinese. |
Kích Thước Tệp | 470 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2024-01-08 |
Ngày Phát Hành | 2023-11-22 |
Đánh Giá | 4.94/5 Tổng số 129 Đánh Giá |
Nhà Phát Triển | 遠創 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle |
URL Trang Trợ Giúp | https://github.com/Frank0945/fix-yt-traditional-chinese-subtitle |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |