EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
Что такое EzDubs?
EzDubs - это расширение Chrome, разработанное https://ezdubs.ai, и его основная функция - "Dub YouTube and Twitter videos in minutes with a single click.".
Снимки экрана расширения
Скачать файл CRX расширения EzDubs
Скачайте файлы расширений EzDubs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | EzDubs |
ID | ecjedckgmjgofdaboinpkeehgiloajhg |
Официальный URL | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
Описание | Dub YouTube and Twitter videos in minutes with a single click. |
Размер файла | 102 KB |
Количество установок | 25,276 |
Текущая Версия | 0.60 |
Последнее Обновление | 2023-07-05 |
Дата публикации | 2022-11-26 |
Рейтинг | 2.60/5 Всего 53 оценок |
Разработчик | https://ezdubs.ai |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.ezdubs.ai |
Поддерживаемые языки | 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" } ] } |