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
电子邮箱 [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"
    }
}