EzDubs

Dub YouTube and Twitter videos in minutes with a single click.

EzDubs क्या है?

EzDubs https://ezdubs.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dub YouTube and Twitter videos in minutes with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EzDubs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
        }
    ]
}