YouTube SubSound
Automatic subtitle dubbing on YouTube.
YouTube SubSoundคืออะไร?
YouTube SubSound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tgaru และคุณลักษณะหลักของมันคือ "Automatic subtitle dubbing on YouTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube SubSound
ดาวน์โหลดไฟล์ส่วนขยาย YouTube SubSound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Browser extension that automatically pronounces the subtitles on YouTube Open the desired video and activate voice acting by pressing the NEW button in the YouTube player. Many languages are supported.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
คำอธิบาย | Automatic subtitle dubbing on YouTube. |
ขนาดไฟล์ | 15.36 KB |
จำนวนการติดตั้ง | 7,370 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2022-10-17 |
วันที่เผยแพร่ | 2021-07-04 |
คะแนน | 2.67/5 รวมทั้งหมด 135 คะแนน |
ผู้พัฒนา | tgaru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://t.me/writeforhelp |
ภาษาที่รองรับ | en,ru |
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.0.8", "author": "tgaru", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "background.js" ] } ], "permissions": [], "web_accessible_resources": [ { "resources": [ "main.js", "styles.css", "_locales\/*" ], "matches": [ " |