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…

Qu'est-ce que YouTube Videos Summary with ChatGPT AI ?

YouTube Videos Summary with ChatGPT AI est une extension Chrome développée par developer, et sa fonction principale est "Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Videos Summary with ChatGPT AI

Téléchargez les fichiers d'extension YouTube Videos Summary with ChatGPT AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube Videos Summary with ChatGPT AI YouTube Videos Summary with ChatGPT AI
ID lmkmjanpomcegbcpnfkggbkdokmlfiao
URL Officiel https://chromewebstore.google.com/detail/youtube-videos-summary-wi/lmkmjanpomcegbcpnfkggbkdokmlfiao
Description Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…
Taille du Fichier 167 KB
Nombre d'Installations 1,761
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-05-03
Date de Publication 2023-03-29
Évaluation 3.40/5 Total 5 Évaluations
Développeur developer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}