VidAI
VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
什么是VidAI?
VidAI是由https://vidai.help开发的Chrome扩展程序,该扩展的主要功能是“VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.”。
扩展截图
下载VidAI扩展crx文件
下载VidAI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |