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…

Apa itu YouTube Videos Summary with ChatGPT AI?

YouTube Videos Summary with ChatGPT AI adalah ekstensi Chrome yang dikembangkan oleh developer, dan fitur utamanya adalah "Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Videos Summary with ChatGPT AI

Unduh file ekstensi YouTube Videos Summary with ChatGPT AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Videos Summary with ChatGPT AI YouTube Videos Summary with ChatGPT AI
ID lmkmjanpomcegbcpnfkggbkdokmlfiao
URL Resmi https://chromewebstore.google.com/detail/youtube-videos-summary-wi/lmkmjanpomcegbcpnfkggbkdokmlfiao
Deskripsi Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…
Ukuran File 167 KB
Jumlah Instalasi 1,761
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-05-03
Tanggal Publikasi 2023-03-29
Penilaian 3.40/5 Total 5 Penilaian
Pengembang developer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}