YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

YouTube Captions with ChatGPTとは何ですか?

YouTube Captions with ChatGPTはhttps://dareecha.pkによって開発されたChromeの拡張機能で、その主な機能は「Get YouTube Captions and Summary of any Video」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        With the assistance of YouTube Captions with ChatGPT, the YouTube Summary with ChatGPT Chrome Extension enables you to promptly obtain a summary of the YouTube videos you are watching. 

This free extension can help you learn faster and save time. In addition, when browsing videos on YouTube, you can easily access the summary by clicking the summary buttons on the video thumbnail.                    

拡張機能の基本情報

名前 YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
公式URL https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
説明 Get YouTube Captions and Summary of any Video
ファイルサイズ 199 KB
インストール数 219
現在のバージョン 1.0.4
最終更新日 2023-04-19
公開日 2023-04-17
評価 2.00/5 合計 2 レビュー
開発者 https://dareecha.pk
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://dareecha.pk/Privacy-Policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Captions with ChatGPT",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Get YouTube Captions and Summary of any Video",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "contentscript\/yt_ai_summary.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.png"
    }
}