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
官方網址 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
電子郵箱 [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"
    }
}