EzDubs
Dub YouTube and Twitter videos in minutes with a single click.
ما هو EzDubs؟
EzDubs هو إضافة Chrome تم تطويرها بواسطة https://ezdubs.ai، والميزة الرئيسية لها هي "Dub YouTube and Twitter videos in minutes with a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EzDubs
قم بتنزيل ملفات الامتداد EzDubs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |