YouTube Videos Summary with ChatGPT AI

Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…

YouTube Videos Summary with ChatGPT AIとは何ですか?

YouTube Videos Summary with ChatGPT AIはdeveloperによって開発されたChromeの拡張機能で、その主な機能は「Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…」です。

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

screenshot
screenshot

YouTube Videos Summary with ChatGPT AI拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easily summarize YouTube videos using ChatGPT AI.
YouTube Summary via ChatGPT is a free chrome extension that leverages the power of AI to summarize videos.
With this extension, you can read the contents of any YouTube video quickly and learn faster.
Just click on the Chrome Extension icon in your browser and watch ChatGPT do its AI magic.                    

拡張機能の基本情報

名前 YouTube Videos Summary with ChatGPT AI YouTube Videos Summary with ChatGPT AI
ID lmkmjanpomcegbcpnfkggbkdokmlfiao
公式URL https://chromewebstore.google.com/detail/youtube-videos-summary-wi/lmkmjanpomcegbcpnfkggbkdokmlfiao
説明 Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…
ファイルサイズ 167 KB
インストール数 1,761
現在のバージョン 1.0.3
最終更新日 2023-05-03
公開日 2023-03-29
評価 3.40/5 合計 5 レビュー
開発者 developer
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GPT Summarizer",
    "name": "YouTube Videos Summary with ChatGPT AI",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ]
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff"
}