YouTube Videos Summary with ChatGPT AI

Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…

Hvad er YouTube Videos Summary with ChatGPT AI?

YouTube Videos Summary with ChatGPT AI er en Chrome-udvidelse udviklet af developer, og dens hovedfunktion er "Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouTube Videos Summary with ChatGPT AI-udvidelses-CRX-fil

Download YouTube Videos Summary with ChatGPT AI-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

                        Easily summarize YouTube videos using ChatGPT AI.
YouTube Summary via ChatGPT is a free chrome extension that leverages the power of AI to summarize videos.
With this extension, you can read the contents of any YouTube video quickly and learn faster.
Just click on the Chrome Extension icon in your browser and watch ChatGPT do its AI magic.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Videos Summary with ChatGPT AI YouTube Videos Summary with ChatGPT AI
ID lmkmjanpomcegbcpnfkggbkdokmlfiao
Officiel URL https://chromewebstore.google.com/detail/youtube-videos-summary-wi/lmkmjanpomcegbcpnfkggbkdokmlfiao
Beskrivelse Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…
Filstørrelse 167 KB
Antal Installationer 1,761
Nuværende Version 1.0.3
Senest Opdateret 2023-05-03
Udgivelsesdato 2023-03-29
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler developer
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GPT Summarizer",
    "name": "YouTube Videos Summary with ChatGPT AI",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ]
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff"
}