VidAI

VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.

Qu'est-ce que VidAI ?

VidAI est une extension Chrome développée par https://vidai.help, et sa fonction principale est "VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension VidAI 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

                        VidAI: 🚀 Best YouTube SEO Extension

With VidAI, you can:

🌍 Translate On-the-Fly: Convert your YouTube video titles, descriptions, and subtitles with a single click.
🤖 AI-Powered SEO: Amplify titles, descriptions, and tags in real-time.
📺 Unified Channel Oversight: Manage all your YouTube channels effortlessly.

✨ Now Offering a Generous Free Tier! Benefit from monthly title & description translations, and daily AI requests, absolutely free.

⬆️ Upgrade for even more power and capabilities.

What's new in 1.5.16?
  - Fix to translation page                    

Informations de Base sur l'Extension

Nom VidAI VidAI
ID hphfliggkgombflhagnibkclkllpbkpk
URL Officiel https://chromewebstore.google.com/detail/vidai/hphfliggkgombflhagnibkclkllpbkpk
Description VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
Taille du Fichier 39.1 KB
Nombre d'Installations 1,000
Version Actuelle 1.5.16
Dernière Mise à Jour 2024-02-29
Date de Publication 2023-05-18
Évaluation 4.90/5 Total 39 Évaluations
Développeur https://vidai.help
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://vidai.help/
URL de la Page d'Aide https://vidai.help/
URL de la Page de Politique de Confidentialité https://vidai.help/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VidAI",
    "description": "VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.",
    "version": "1.5.16",
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/*",
                "https:\/\/vidai.help\/settings"
            ],
            "js": [
                "dist\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "dist\/youtube.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "500": "images\/icon.png"
    }
}