YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

Wat is YouTube Captions with ChatGPT?

YouTube Captions with ChatGPT is een Chrome-extensie ontwikkeld door https://dareecha.pk, en de belangrijkste functie is "Get YouTube Captions and Summary of any Video".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Captions with ChatGPT

Download YouTube Captions with ChatGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
Officiële URL https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Beschrijving Get YouTube Captions and Summary of any Video
Bestandsgrootte 199 KB
Aantal Installaties 219
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-04-19
Publicatiedatum 2023-04-17
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://dareecha.pk
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://dareecha.pk/Privacy-Policy
Ondersteunde Talen 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"
    }
}