VidAI
VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
What is VidAI?
VidAI is a Chrome extension developed by https://vidai.help, and its main feature is "VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.".
Extension Screenshots
Download VidAI Extension CRX File
Download VidAI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | VidAI |
ID | hphfliggkgombflhagnibkclkllpbkpk |
Official URL | https://chromewebstore.google.com/detail/vidai/hphfliggkgombflhagnibkclkllpbkpk |
Description | VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation. |
File Size | 39.1 KB |
Installation Count | 1,000 |
Current Version | 1.5.16 |
Last Updated | 2024-02-29 |
Publish Date | 2023-05-18 |
Rating | 4.90/5 Total 39 Ratings |
Developer | https://vidai.help |
[email protected] | |
Payment Type | in_app |
Extension Website | https://vidai.help/ |
Help Page URL | https://vidai.help/ |
Privacy Policy Page URL | https://vidai.help/privacy |
Supported Languages | 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" } } |