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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |