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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube Subtitle Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 YouTube Subtitle Reader YouTube Subtitle Reader
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
이메일 [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\/"
}