VidSummize - AI YouTube Summary with Chat GPT

Let ChatGPT watch YouTube videos for you, stop wasting time and harness the power of artificial intelligence to make you more…

VidSummize - AI YouTube Summary with Chat GPTとは何ですか?

VidSummize - AI YouTube Summary with Chat GPTはgruenerapfelzehnによって開発されたChromeの拡張機能で、その主な機能は「Let ChatGPT watch YouTube videos for you, stop wasting time and harness the power of artificial intelligence to make you more…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

VidSummize - AI YouTube Summary with Chat GPT拡張機能のCRXファイルをダウンロード

VidSummize - AI YouTube Summary with Chat GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Let ChatGPT watch YouTube videos for you, stop wasting time and harness the power of artificial intelligence to make you more productive and a better learner.
✅ Say goodbye to clickbait videos
✅ Works for super super long videos
✅ Easy-to-read Chapterized parts & bullet points, detailed but succinct

⏳ Works for any length youtube videos, be it 5 minute or 1 hour
🔒 Completely local, no data collected. 🔒
🆓 Fully free with 0 ads
🌐 11+ Languages
🦾 Automatic setup
🤖 Automatic error warning and handling for you
🎨 Embedded GUI, direct interaction with ChatGPT without leaving youtube
⚙️Prompts optimized for summarisation and video comprehension and explanation
🌚 🌝 Light / dark theme

Great for:
🎙 Podcasts and interviews 
📺 News reports 
📱 Product reviews 
🙇🏻‍♀️ Educational videos 
🛠 Tutorials 

🎉🆕 What's new [16/04/2023]:

1. Improvements in reliability
2. 5 new languages: Korean, Bahasa Indonesia, Bahasa Melayu, Slovak, Urdu
3. Huge optimizations for speed
4. Better, more elegant UI
5. More robust system
6. More lightweight

Introducing the ultimate YouTube video summarization tool: our Chrome extension and mobile apps, powered by ChatGPT, OpenAI's newest natural language processing model. With our extension, you can summarize any-length YouTube videos in just a matter of seconds, with summaries that are of the highest quality and fully representative of the original content.

With the power of ChatGPT, YoutubeGPT quickly and easily gets you the most important information from any YouTube video by creating high-quality & fully representative, easy-to-read summaries in chapters and bullet points. It summarizes YouTube videos using artificial intelligence/AI. YouTube summary by ChatGPT.                    

拡張機能の基本情報

名前 VidSummize - AI YouTube Summary with Chat GPT VidSummize - AI YouTube Summary with Chat GPT
ID gidcfccogfdmkfdfmhfdmfnibafoopic
公式URL https://chromewebstore.google.com/detail/vidsummize-ai-youtube-sum/gidcfccogfdmkfdfmhfdmfnibafoopic
説明 Let ChatGPT watch YouTube videos for you, stop wasting time and harness the power of artificial intelligence to make you more…
ファイルサイズ 35.04 KB
インストール数 11,771
現在のバージョン 1.2.9
最終更新日 2023-04-18
公開日 2023-01-06
評価 3.26/5 合計 34 レビュー
開発者 gruenerapfelzehn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://summarizergpt.web.app
ヘルプページのURL https://summarizergpt.web.app
プライバシーポリシーページのURL https://vidsummize.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VidSummize - AI YouTube Summary with Chat GPT",
    "version": "1.2.9",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/Icon-16.png",
        "48": ".\/Icon-48.png",
        "128": ".\/Icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/index.bundle.js"
            ],
            "css": [
                ".\/style.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_title": "VidSummize",
        "default_popup": ".\/popup.html"
    }
}