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.”。

扩展截图

screenshot
screenshot

下载GistVid扩展crx文件

下载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 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"
    }
}