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…

Τι είναι το YouTube Videos Summary with ChatGPT AI;

Το YouTube Videos Summary with ChatGPT AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developer, και η κύρια λειτουργία του είναι "Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Videos Summary with ChatGPT AI

Λήψη αρχείων επέκτασης YouTube Videos Summary with ChatGPT AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube Videos Summary with ChatGPT AI YouTube Videos Summary with ChatGPT AI
ID lmkmjanpomcegbcpnfkggbkdokmlfiao
Επίσημο URL https://chromewebstore.google.com/detail/youtube-videos-summary-wi/lmkmjanpomcegbcpnfkggbkdokmlfiao
Περιγραφή Easily summarize YouTube videos using ChatGPT AI. YouTube Summary via ChatGPT is a free chrome extension that leverages the power…
Μέγεθος Αρχείου 167 KB
Αριθμός Εγκαταστάσεων 1,761
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-05-03
Ημερομηνία Δημοσίευσης 2023-03-29
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής developer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}