EzDubs

Dub YouTube and Twitter videos in minutes with a single click.

什么是EzDubs?

EzDubs是由https://ezdubs.ai开发的Chrome扩展程序,该扩展的主要功能是“Dub YouTube and Twitter videos in minutes with a single click.”。

扩展截图

screenshot
screenshot
screenshot

下载EzDubs扩展crx文件

下载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 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"
        }
    ]
}