YouTube Subtitle Reader
Fills gap in available software/extensions, benefiting language learning, blind individuals, and contemporary cultural exposure.
YouTube Subtitle Readerとは何ですか?
YouTube Subtitle ReaderはConrad Rzucによって開発されたChromeの拡張機能で、その主な機能は「Fills gap in available software/extensions, benefiting language learning, blind individuals, and contemporary cultural exposure.」です。
拡張機能のスクリーンショット
YouTube Subtitle Reader拡張機能のCRXファイルをダウンロード
YouTube Subtitle Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows users to have YouTube subtitles read out loud. It's an unique extension that fills a gap, as at the time of publishing, there is no other software/extensions available that provide this functionality. Linguistic research has shown passive exposure to a language is beneficial for language learning. Beneficial for language learning, individuals who are blind and want to consume foreign, non-dubbed material, as well as people seeking exposure to contemporary foreign media and cultures. 拡張機能の基本情報
| 名前 | |
| ID | nplkdkbfnfheognggghkckpgngbjkahe |
| 公式URL | https://chromewebstore.google.com/detail/youtube-subtitle-reader/nplkdkbfnfheognggghkckpgngbjkahe |
| 説明 | Fills gap in available software/extensions, benefiting language learning, blind individuals, and contemporary cultural exposure. |
| ファイルサイズ | 53.35 KB |
| インストール数 | 575 |
| 現在のバージョン | 0.1.7.14 |
| 最終更新日 | 2023-11-07 |
| 公開日 | 2023-06-04 |
| 評価 | 3.29/5 合計 7 レビュー |
| 開発者 | Conrad Rzuc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/conradRz |
| 対応言語 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.1.7.14",
"icons": {
"128": "icon128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "settings.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"all_frames": false,
"run_at": "document_end",
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"settings.html",
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"options_ui": {
"page": "settings.html",
"browser_style": false
},
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/conradRz\/"
} | |