YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

What is YouTube Captions with ChatGPT?

YouTube Captions with ChatGPT is a Chrome extension developed by https://dareecha.pk, and its main feature is "Get YouTube Captions and Summary of any Video".

Extension Screenshots

screenshot
screenshot

Download YouTube Captions with ChatGPT Extension CRX File

Download YouTube Captions with ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
Official URL https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Description Get YouTube Captions and Summary of any Video
File Size 199 KB
Installation Count 219
Current Version 1.0.4
Last Updated 2023-04-19
Publish Date 2023-04-17
Rating 2.00/5 Total 2 Ratings
Developer https://dareecha.pk
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dareecha.pk/Privacy-Policy
Supported Languages 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"
    }
}