YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

Apa itu YouTube Captions with ChatGPT?

YouTube Captions with ChatGPT adalah ekstensi Chrome yang dikembangkan oleh https://dareecha.pk, dan fitur utamanya adalah "Get YouTube Captions and Summary of any Video".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Captions with ChatGPT

Unduh file ekstensi YouTube Captions with ChatGPT 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

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
URL Resmi https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Deskripsi Get YouTube Captions and Summary of any Video
Ukuran File 199 KB
Jumlah Instalasi 219
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-04-19
Tanggal Publikasi 2023-04-17
Penilaian 2.00/5 Total 2 Penilaian
Pengembang https://dareecha.pk
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://dareecha.pk/Privacy-Policy
Bahasa yang Didukung 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"
    }
}