YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

Hvad er YouTube Captions with ChatGPT?

YouTube Captions with ChatGPT er en Chrome-udvidelse udviklet af https://dareecha.pk, og dens hovedfunktion er "Get YouTube Captions and Summary of any Video".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouTube Captions with ChatGPT-udvidelses-CRX-fil

Download YouTube Captions with ChatGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
Officiel URL https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Beskrivelse Get YouTube Captions and Summary of any Video
Filstørrelse 199 KB
Antal Installationer 219
Nuværende Version 1.0.4
Senest Opdateret 2023-04-19
Udgivelsesdato 2023-04-17
Bedømmelse 2.00/5 Samlet 2 Bedømmelser
Udvikler https://dareecha.pk
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://dareecha.pk/Privacy-Policy
Understøttede Sprog 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"
    }
}