VidAI
VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.
Что такое VidAI?
VidAI - это расширение Chrome, разработанное https://vidai.help, и его основная функция - "VidAI: Supercharge your YouTube content creation with AI. Enhance video titles, boost SEO, streamline translation.".
Снимки экрана расширения
Скачать файл CRX расширения VidAI
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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"
}
} | |