EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
Vad är EzDubs?
EzDubs är en Chrome-tillägg utvecklad av https://ezdubs.ai, och dess huvudfunktion är "Dub YouTube and Twitter videos in minutes with a single click.".
Tilläggsskärmbilder
Ladda ner EzDubs-förlängningens CRX-fil
Ladda ner EzDubs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ecjedckgmjgofdaboinpkeehgiloajhg |
| Officiell webbadress | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
| Beskrivning | Dub YouTube and Twitter videos in minutes with a single click. |
| Filstorlek | 102 KB |
| Antal Installationer | 25,276 |
| Aktuell Version | 0.60 |
| Senast Uppdaterad | 2023-07-05 |
| Publiceringsdatum | 2022-11-26 |
| Betyg | 2.60/5 Totalt 53 Betyg |
| Utvecklare | https://ezdubs.ai |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.ezdubs.ai |
| Stödda Språk | 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"
}
]
} | |