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
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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" } } |