EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
Was ist EzDubs?
EzDubs ist eine Chrome-Erweiterung, die von https://ezdubs.ai entwickelt wurde, und ihr Hauptmerkmal ist "Dub YouTube and Twitter videos in minutes with a single click.".
Erweiterungsscreenshots
EzDubs-Erweiterungs-CRX-Datei herunterladen
Laden Sie EzDubs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecjedckgmjgofdaboinpkeehgiloajhg |
| Offizielle URL | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
| Beschreibung | Dub YouTube and Twitter videos in minutes with a single click. |
| Dateigröße | 102 KB |
| Installationsanzahl | 25,276 |
| Aktuelle Version | 0.60 |
| Letztes Update | 2023-07-05 |
| Veröffentlichungsdatum | 2022-11-26 |
| Bewertung | 2.60/5 Insgesamt 53 Bewertungen |
| Entwickler | https://ezdubs.ai |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.ezdubs.ai |
| Unterstützte Sprachen | 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"
}
]
} | |