GistVid
Extracts, summarises, and generates blog entries for video content from various platforms.
GistVid란 무엇입니까?
GistVid은(는) https://gistvid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extracts, summarises, and generates blog entries for video content from various platforms."입니다.
확장 프로그램 스크린샷
GistVid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |