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.".
Снимки экрана расширения
Скачать файл 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 |
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\/*" ] } ] } |