EzDubs

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

Cos'è EzDubs?

EzDubs è un'estensione di Chrome sviluppata da https://ezdubs.ai, e la sua funzione principale è "Dub YouTube and Twitter videos in minutes with a single click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EzDubs

Scarica i file di estensione EzDubs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome EzDubs EzDubs
ID ecjedckgmjgofdaboinpkeehgiloajhg
URL Ufficiale https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg
Descrizione Dub YouTube and Twitter videos in minutes with a single click.
Dimensione del File 102 KB
Conteggio Installazioni 25,276
Versione Corrente 0.60
Ultimo Aggiornamento 2023-07-05
Data di Pubblicazione 2022-11-26
Valutazione 2.60/5 Totale 53 Valutazioni
Sviluppatore https://ezdubs.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ezdubs.ai
Lingue Supportate 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"
        }
    ]
}