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
Eメール [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"
    }
}