EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
What is EzDubs?
EzDubs is a Chrome extension developed by https://ezdubs.ai, and its main feature is "Dub YouTube and Twitter videos in minutes with a single click.".
Extension Screenshots
Download EzDubs Extension CRX File
Download EzDubs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | EzDubs |
ID | ecjedckgmjgofdaboinpkeehgiloajhg |
Official URL | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
Description | Dub YouTube and Twitter videos in minutes with a single click. |
File Size | 102 KB |
Installation Count | 25,276 |
Current Version | 0.60 |
Last Updated | 2023-07-05 |
Publish Date | 2022-11-26 |
Rating | 2.60/5 Total 53 Ratings |
Developer | https://ezdubs.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ezdubs.ai |
Supported Languages | 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" } ] } |