EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
O que é EzDubs?
EzDubs é uma extensão do Chrome desenvolvida por https://ezdubs.ai, e sua principal característica é "Dub YouTube and Twitter videos in minutes with a single click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EzDubs
Baixe arquivos de extensão EzDubs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | EzDubs |
ID | ecjedckgmjgofdaboinpkeehgiloajhg |
URL Oficial | https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg |
Descrição | Dub YouTube and Twitter videos in minutes with a single click. |
Tamanho do Arquivo | 102 KB |
Contagem de Instalações | 25,276 |
Versão Atual | 0.60 |
Última Atualização | 2023-07-05 |
Data de Publicação | 2022-11-26 |
Classificação | 2.60/5 Total de 53 Avaliações |
Desenvolvedor | https://ezdubs.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.ezdubs.ai |
Idiomas Suportados | 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" } ] } |