GistVid
Extracts, summarises, and generates blog entries for video content from various platforms.
GistVid क्या है?
GistVid https://gistvid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts, summarises, and generates blog entries for video content from various platforms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GistVid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🚀 Introducing GistVid! The ultimate video extension that will revolutionize the way you consume online video content! 🌟 Tired of spending hours watching lengthy videos? GistVid is here to save the day! 🦸♂️ With cutting-edge AI technology powered by OpenAI, GistVid creates concise, informative summaries of your favorite videos in no time and allows you to ask questions and get responses in natural language! ⏱️ 💡 Key Features: - Instant video summaries at your fingertips 🎬 - Works seamlessly with popular video platforms like YouTube, Vimeo, and more 🌐 - Stay ahead of the curve with our exclusive AI-generated content 🤖 - Unlock an amazing user experience with our easy-to-use interface 😍 - 5-Day FREE trial to explore all premium features 💥 - (NEW) Chat with any video on the internet! 💬 Why wait? Join now and enhance your online video experience with GistVid today! 🎉
एक्सटेंशन की मूल जानकारी
नाम | GistVid |
ID | cidejdjolkjkilgkndmdldeakncaijcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/gistvid/cidejdjolkjkilgkndmdldeakncaijcj |
विवरण | Extracts, summarises, and generates blog entries for video content from various platforms. |
फ़ाइल का आकार | 174 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.5.5 |
अंतिम अपडेट | 2023-05-30 |
प्रकाशन तिथि | 2023-05-10 |
डेवलपर | https://gistvid.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://gistvid.com |
सहायता पृष्ठ URL | https://gistvid.com/support |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GistVid", "version": "1.5.5", "description": "Extracts, summarises, and generates blog entries for video content from various platforms.", "action": { "default_popup": "src\/popup.html" }, "permissions": [ "activeTab", "storage", "tabs", "scripting" ], "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "src\/ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "src\/ExtPay.js", "src\/content.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/api.gistvid.com https:\/\/gen.gistvid.com http:\/\/localhost:8000 https:\/\/extensionpay.com;" }, "icons": { "48": "src\/assets\/icon.png" } } |