YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

Was ist YouTube Captions with ChatGPT?

YouTube Captions with ChatGPT ist eine Chrome-Erweiterung, die von https://dareecha.pk entwickelt wurde, und ihr Hauptmerkmal ist "Get YouTube Captions and Summary of any Video".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Captions with ChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Captions with ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
Offizielle URL https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Beschreibung Get YouTube Captions and Summary of any Video
Dateigröße 199 KB
Installationsanzahl 219
Aktuelle Version 1.0.4
Letztes Update 2023-04-19
Veröffentlichungsdatum 2023-04-17
Bewertung 2.00/5 Insgesamt 2 Bewertungen
Entwickler https://dareecha.pk
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://dareecha.pk/Privacy-Policy
Unterstützte Sprachen 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"
    }
}