EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
EzDubs là gì?
EzDubs là một tiện ích mở rộng Chrome được phát triển bởi https://ezdubs.ai, và tính năng chính của nó là "Dub YouTube and Twitter videos in minutes with a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EzDubs
Tải xuống các tệp mở rộng EzDubs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EzDubs |
ID | ecjedckgmjgofdaboinpkeehgiloajhg |
URL Chính Thức | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
Mô tả | Dub YouTube and Twitter videos in minutes with a single click. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 25,276 |
Phiên Bản Hiện Tại | 0.60 |
Cập Nhật Lần Cuối | 2023-07-05 |
Ngày Phát Hành | 2022-11-26 |
Đánh Giá | 2.60/5 Tổng số 53 Đánh Giá |
Nhà Phát Triển | https://ezdubs.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ezdubs.ai |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |