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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |