EzDubs

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

Co to jest EzDubs?

EzDubs to rozszerzenie Chrome opracowane przez https://ezdubs.ai, a jego główną funkcją jest „Dub YouTube and Twitter videos in minutes with a single click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EzDubs

Pobierz pliki rozszerzeń EzDubs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa EzDubs EzDubs
ID ecjedckgmjgofdaboinpkeehgiloajhg
Oficjalny URL https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg
Opis Dub YouTube and Twitter videos in minutes with a single click.
Rozmiar pliku 102 KB
Liczba instalacji 25,276
Aktualna Wersja 0.60
Ostatnia Aktualizacja 2023-07-05
Data Publikacji 2022-11-26
Ocena 2.60/5 Łącznie 53 Oceny
Deweloper https://ezdubs.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ezdubs.ai
Obsługiwane Języki 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"
        }
    ]
}