dubsy

DubSy, by camb.ai, enables users to watch any video on the internet in any language with a single click!

ما هو dubsy؟

dubsy هو إضافة Chrome تم تطويرها بواسطة https://camb.ai، والميزة الرئيسية لها هي "DubSy, by camb.ai, enables users to watch any video on the internet in any language with a single click!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة dubsy

قم بتنزيل ملفات الامتداد dubsy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        DubSy by CAMB.AI - Instant Video Dubbing

Introducing DubSy, a revolutionary Chrome extension by CAMB.AI that allows you to watch any video on the internet in your preferred language with just a single click! Experience seamless and natural video localization, covering 78+ languages, all thanks to our cutting-edge zero-shot dubbing AI technology.

Key Features:
🌍 Hyper-realistic Language Translations: DubSy's AI preserves the original performance, voice, and emotions of the actors, delivering a true-to-life experience in your chosen language.
🎬 Multi-Speaker Recognition: Our AI effortlessly handles multiple speakers, ensuring smooth and coherent dialogue translations.
🎙️ AI Voice & Performance Preservation: Our AI not only translates the dialogue but also mimics the original voices and preserves the performance of the actors, ensuring an authentic viewing experience.
🗣️ Colloquial Translations: Enjoy accurate and context-aware translations that account for colloquial expressions and cultural nuances.
🔊 Background Noise Preservation: DubSy maintains the original background noise and ambiance of the video, providing an immersive viewing experience.
📝 QA and Report Issues: Help us improve DubSy by reporting any issues or providing feedback through our easy-to-use quality assurance feature.

CAMB.AI is on a mission to create the localization infrastructure of the internet, making video content accessible to everyone, everywhere, in any language. Join us on this journey and redefine your online video experience with DubSy!

How to Use DubSy:

> Install the DubSy extension from the Chrome Store.
> Open a video on Youtube (other platforms available soon!)
> Click on the DubSy extension icon and select your desired language from the dropdown menu.
If the video hasn't been dubbed in the chosen language before, it will be processed in a few minutes. You'll be prompted to enter your email (not collected) to receive a notification when the dub is ready.
> For videos that have already been dubbed, they will be available instantly, and you can switch between multiple languages in real-time.
> Enjoy the video in your chosen language, with hyper-realistic dubbing!

Limitations:
> Dubsy uses CAMB.AI's smaller-sized models to keep this extension free. This may impact performance. We will introduce CAMB.AI's larger models to Dubsy on a paid plan later. Until then, to use our highest performance models, please visit camb.ai
> We only dub videos of English content right. More language support coming soon!
> We only support videos of up to 25 minutes long
> We only support Youtube videos right now; more platforms coming soon!
> Mini-player on Youtube does not work at the moment.
> You can only use Dubsy for two free translations. Email [email protected] for verification and a paid plan to request more video translations.

Unlock a world of content with DubSy, the ultimate multilingual video dubbing solution by CAMB.AI. Download now and never miss a moment in any language!                    

معلومات أساسية عن التمديد

الاسم dubsy dubsy
ID cfjnchdlgdpgjdmhlhahmnhflpimbnoc
عنوان URL الرسمي https://chromewebstore.google.com/detail/dubsy/cfjnchdlgdpgjdmhlhahmnhflpimbnoc
الوصف DubSy, by camb.ai, enables users to watch any video on the internet in any language with a single click!
حجم الملف 274 KB
عدد التثبيتات 380
النسخة الحالية 1.0.0
آخر تحديث 2023-06-07
تاريخ النشر 2023-05-15
تقييم 3.25/5 مجموع تقييمات 8
المطور https://camb.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.camb.ai
عنوان صفحة المساعدة https://airtable.com/embed/shrhXxTHQICyDrnk5
عنوان صفحة سياسة الخصوصية https://www.camb.ai/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "dubsy",
    "version": "1.0.0",
    "description": "DubSy, by camb.ai, enables users to watch any video on the internet in any language with a single click!",
    "options_page": "src\/pages\/options\/index.html",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "16.png"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "16.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16861159184.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "128.png",
                "16.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "host_permissions": [
        "*:\/\/*.camb.ai\/*"
    ]
}