EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
EzDubsคืออะไร?
EzDubs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ezdubs.ai และคุณลักษณะหลักของมันคือ "Dub YouTube and Twitter videos in minutes with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EzDubs
ดาวน์โหลดไฟล์ส่วนขยาย EzDubs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Our AI dubbing models preserve the voice of the original speaker, support multiple speakers in a video, and intelligently speed up / slow down the translated video for a smooth viewing experience. Videos that have already been translated by EzDubs will be displayed immediately. For videos that aren't already in our library, EzDubs will generate the dubbed video in a few minutes and email you a link to watch it. Check out our Twitter bot at: https://twitter.com/ezdubs_bot/with_replies NOTE: If the translate console is not visible for a particular video, reload the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EzDubs |
ID | ecjedckgmjgofdaboinpkeehgiloajhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
คำอธิบาย | Dub YouTube and Twitter videos in minutes with a single click. |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 25,276 |
เวอร์ชันปัจจุบัน | 0.60 |
อัปเดตครั้งล่าสุด | 2023-07-05 |
วันที่เผยแพร่ | 2022-11-26 |
คะแนน | 2.60/5 รวมทั้งหมด 53 คะแนน |
ผู้พัฒนา | https://ezdubs.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ezdubs.ai |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EzDubs", "description": "Dub YouTube and Twitter videos in minutes with a single click.", "version": "0.60", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "jquery.js", "ezdubs_extension.js" ], "css": [ "ezdubs.css" ], "matches": [ "*:\/\/*.youtube.com\/watch*", "*:\/\/*.twitter.com\/*" ], "run_at": "document_idle" } ] } |