GistVid
Extracts, summarises, and generates blog entries for video content from various platforms.
GistVidคืออะไร?
GistVid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gistvid.com และคุณลักษณะหลักของมันคือ "Extracts, summarises, and generates blog entries for video content from various platforms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GistVid
ดาวน์โหลดไฟล์ส่วนขยาย GistVid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🚀 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" } } |