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
官方網址 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"
        }
    ]
}