YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

Vad är YouTube Captions with ChatGPT?

YouTube Captions with ChatGPT är en Chrome-tillägg utvecklad av https://dareecha.pk, och dess huvudfunktion är "Get YouTube Captions and Summary of any Video".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YouTube Captions with ChatGPT-förlängningens CRX-fil

Ladda ner YouTube Captions with ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
Officiell webbadress https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Beskrivning Get YouTube Captions and Summary of any Video
Filstorlek 199 KB
Antal Installationer 219
Aktuell Version 1.0.4
Senast Uppdaterad 2023-04-19
Publiceringsdatum 2023-04-17
Betyg 2.00/5 Totalt 2 Betyg
Utvecklare https://dareecha.pk
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://dareecha.pk/Privacy-Policy
Stödda Språk 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"
    }
}