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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |