VidAI
VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
¿Qué es VidAI?
VidAI es una extensión de Chrome desarrollada por https://vidai.help, y su función principal es "VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión VidAI
Descarga archivos de extensión VidAI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | VidAI |
ID | hphfliggkgombflhagnibkclkllpbkpk |
URL Oficial | https://chromewebstore.google.com/detail/vidai/hphfliggkgombflhagnibkclkllpbkpk |
Descripción | VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation. |
Tamaño del Archivo | 39.1 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.5.16 |
Última Actualización | 2024-02-29 |
Fecha de Publicación | 2023-05-18 |
Calificación | 4.90/5 Total de 39 Calificaciones |
Desarrollador | https://vidai.help |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://vidai.help/ |
URL de la Página de Ayuda | https://vidai.help/ |
URL de la Página de Política de Privacidad | https://vidai.help/privacy |
Idiomas Soportados | 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" } } |