EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
Wat is EzDubs?
EzDubs is een Chrome-extensie ontwikkeld door https://ezdubs.ai, en de belangrijkste functie is "Dub YouTube and Twitter videos in minutes with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie EzDubs
Download EzDubs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ecjedckgmjgofdaboinpkeehgiloajhg |
| Officiële URL | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
| Beschrijving | Dub YouTube and Twitter videos in minutes with a single click. |
| Bestandsgrootte | 102 KB |
| Aantal Installaties | 25,276 |
| Huidige Versie | 0.60 |
| Laatst Bijgewerkt | 2023-07-05 |
| Publicatiedatum | 2022-11-26 |
| Beoordeling | 2.60/5 Totaal 53 Beoordelingen |
| Ontwikkelaar | https://ezdubs.ai |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.ezdubs.ai |
| Ondersteunde Talen | 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"
}
]
} | |