VidAI

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

Co je VidAI?

VidAI je rozšíření Chrome vyvinuté https://vidai.help, a jeho hlavní funkcí je „VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VidAI

Stáhněte si soubory rozšíření VidAI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název VidAI VidAI
ID hphfliggkgombflhagnibkclkllpbkpk
Oficiální URL https://chromewebstore.google.com/detail/vidai/hphfliggkgombflhagnibkclkllpbkpk
Popis VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
Velikost souboru 39.1 KB
Počet instalací 1,000
Aktuální Verze 1.5.16
Poslední Aktualizace 2024-02-29
Datum Vydání 2023-05-18
Hodnocení 4.90/5 Celkem 39 Hodnocení
Vývojář https://vidai.help
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://vidai.help/
URL Stránky Nápovědy https://vidai.help/
URL Stránky Zásad Ochrany Soukromí https://vidai.help/privacy
Podporované Jazyky 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"
    }
}