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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |