Speak Subtitles for YouTube

Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies.

Speak Subtitles for YouTube란 무엇입니까?

Speak Subtitles for YouTube은(는) Первомай에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Speak Subtitles for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Synth Voice reading subtitles for YouTube with Text-To-Speech Engine (TTS).

Convert text subtitles for YouTube into natural-sounding speech using powered by Google and Microsoft AI technologies. Text-to-Speech enables to synthesize with 100+ voices, available in multiple languages and variants.

Info!
The extension may conflict with other extensions for youtube. If the extension doesn't work or you have a problem, try disabling other extensions.                    

확장 프로그램 기본 정보

이름 Speak Subtitles for YouTube Speak Subtitles for YouTube
ID fjoiihoancoimepbgfcmopaciegpigpa
공식 URL https://chromewebstore.google.com/detail/speak-subtitles-for-youtu/fjoiihoancoimepbgfcmopaciegpigpa
설명 Extension convert text subtitles for YouTube into natural-sounding speech using AI technologies.
파일 크기 482 KB
설치 횟수 291,422
현재 버전 1.1.33
최근 업데이트 2022-06-22
출시 날짜 2021-04-14
평점 3.61/5 총 273 개의 평점
개발자 Первомай
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,ja,ko
manifest.json
{
    "action": {
        "default_icon": "assets\/icon\/Eva-Wall-E-128.png",
        "default_popup": "popup.html",
        "default_title": "Speak Subtitles for YouTube"
    },
    "author": "AuLon8",
    "background": {
        "service_worker": "sw.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "128": "assets\/icon\/Eva-Wall-E-128.png",
        "512": "assets\/icon\/Eva-Wall-E-512.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extension_name__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.33",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "webpage.bundle.js",
                "ga.bundle.js"
            ],
            "use_dynamic_url": true
        }
    ]
}