EzDubs

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

Qu'est-ce que EzDubs ?

EzDubs est une extension Chrome développée par https://ezdubs.ai, et sa fonction principale est "Dub YouTube and Twitter videos in minutes with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EzDubs

Téléchargez les fichiers d'extension EzDubs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom EzDubs EzDubs
ID ecjedckgmjgofdaboinpkeehgiloajhg
URL Officiel https://chromewebstore.google.com/detail/ezdubs/ecjedckgmjgofdaboinpkeehgiloajhg
Description Dub YouTube and Twitter videos in minutes with a single click.
Taille du Fichier 102 KB
Nombre d'Installations 25,276
Version Actuelle 0.60
Dernière Mise à Jour 2023-07-05
Date de Publication 2022-11-26
Évaluation 2.60/5 Total 53 Évaluations
Développeur https://ezdubs.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ezdubs.ai
Langues Prises en Charge 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"
        }
    ]
}