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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speak Subtitles for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Speak Subtitles for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}