CaptionSpeaker
CaptionSpeaker is a chrome extension that allows you to hear subtitles in a specified language when they are set on youtube.
什麼是CaptionSpeaker?
CaptionSpeaker是由https://limura.github.io開發的Chrome擴展程式,該擴展的主要功能是“CaptionSpeaker is a chrome extension that allows you to hear subtitles in a specified language when they are set on youtube.”。
擴展截圖
下載CaptionSpeaker擴展crx文件
下載CaptionSpeaker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CaptionSpeaker is a chrome extension that allows you to hear subtitles in a specified language when they are set on youtube. # Usage 1.Right-click the CaptionSpeaker icon to open the settings (Options) and save the appropriate speaker settings (Please be sure to do so as there is a possibility that the speech may fail in the standard setting.). 2.Open the video that you want YouTube to produce subtitles for 3.Click CaptionSpeaker icon to enable subtitle speech (If the icon is green, it is on.) 4.Start playing movie (The speech starts when the subtitles appear.) If you want to stop the subtitle speech, you can turn it off by clicking the CaptionSpeaker icon. When speaking, the speaker is the default setting of the browser at first. For example, in a Japanese environment, the speaker is Japanese, so if you want him to speak English, please set it on the setting page (Right-click the icon to select an option, or click the icon to select Options.). You can also change the reading speed on the settings page. When you change the speaker's language (Locale), you try to produce subtitles in that language (I sometimes fail.). # Note - CaptionSpeaker is a Chrome Extension that reads out the subtitles set for YouTube videos. It does not have the ability to translate Youtube videos. If the YouTube video does not have subtitles in the target language, it will not be spoken. # Update History # # Version 1.0 First release # # Version 1.1 - Add an option to stop the previous utterance when a new utterance is made - If the subtitle in the same language as the speech setting is default, add the option of not speaking # # Version 1.2 - When reading is turned off, stop speaking if you are speaking. - Addresses an issue that may cause a slight delay in reading ## Version 1.3 -Slightly changed the judgment criteria of "Subtitles in the same language as the speech setting" ## Version 1.4 -Added "Setting to read only when subtitles are displayed" setting item ## Version 1.4.2 - Fixed an issue where subtitles could not be read (November 26, 2020 JST) ## Version 1.4.3 - Fixed the problem that subtitles could not be read ## Version 2.0.0 - Compatible with Manifest V3 - Fixed the problem of not speaking when transitioning from a channel (www.youtube.com/channel/...) or playlist (www.youtube.com/playlist?list=...) to a video page. - Supports embedding in pages other than www.youtube.com (type that iframe captures www.youtube.com/embed ...) (Note that when you "add to queue" in youtube Not compatible with the displayed mini player) - Added "Lower volume of original video during utterance" setting ## Verson 2.0.1 (2022/05) - Fixed the problem of trying to speak the language of the browser's language setting side when the language setting of the browser (window.navigator.language) and the language to be read are different. ## Version 2.0.2 (2022/06) - By going to get the next information when you couldn't get the subtitles, you reduced the possibility that you couldn't get the subtitles. ## Version 2.0.3 (2022/06) - Fixed the problem that sometimes failed to be obtained in the part to get the next information entered in Version 2.0.2. ## Version 2.0.4 (2023/12) - When video playback is stopped, speech will also stop (Thanks @RonnieBlade) - ON/OFF setting of "Enable speech without time synchronization" will be added to "Options" (Thanks @billythekidz) # Known Issues It seems that macOS Catalina may fail to speak with a standard speaker. You can avoid it by setting the speaker who can make a test speech on the setting page and confirm that he can actually speak.
擴展基本資訊
名稱 | CaptionSpeaker |
ID | infafaffjndfcflcoemolnggghgoodce |
官方網址 | https://chromewebstore.google.com/detail/captionspeaker/infafaffjndfcflcoemolnggghgoodce |
簡介 | CaptionSpeaker is a chrome extension that allows you to hear subtitles in a specified language when they are set on youtube. |
檔案大小 | 46.07 KB |
安裝次數 | 12,564 |
目前版本 | 2.0.4 |
更新時間 | 2023-12-14 |
上架時間 | 2020-05-22 |
評分 | 4.02/5 共 45 次評分 |
開發者 | https://limura.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/limura/CaptionSpeaker |
支援的語言 | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CaptionSpeaker", "default_locale": "en", "description": "__MSG_appDescription__", "version": "2.0.4", "icons": { "16": "icon\/Icon16.png", "48": "icon\/Icon48.png", "128": "icon\/Icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |