VidAI

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

VidAI क्या है?

VidAI https://vidai.help द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VidAI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम VidAI VidAI
ID hphfliggkgombflhagnibkclkllpbkpk
आधिकारिक URL https://chromewebstore.google.com/detail/vidai/hphfliggkgombflhagnibkclkllpbkpk
विवरण VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
फ़ाइल का आकार 39.1 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.5.16
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2023-05-18
रेटिंग 4.90/5 कुल 39 रेटिंग्स
डेवलपर https://vidai.help
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://vidai.help/
सहायता पृष्ठ URL https://vidai.help/
गोपनीयता नीति पृष्ठ URL https://vidai.help/privacy
समर्थित भाषाएँ 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"
    }
}