YouTube Captions with ChatGPT
Get YouTube Captions and Summary of any Video
Τι είναι το YouTube Captions with ChatGPT;
Το YouTube Captions with ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dareecha.pk, και η κύρια λειτουργία του είναι "Get YouTube Captions and Summary of any Video".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Captions with ChatGPT
Λήψη αρχείων επέκτασης YouTube Captions with ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Captions with ChatGPT |
ID | kaahpeglhmgploibkkdjgeeklfohpchg |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg |
Περιγραφή | Get YouTube Captions and Summary of any Video |
Μέγεθος Αρχείου | 199 KB |
Αριθμός Εγκαταστάσεων | 219 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2023-04-19 |
Ημερομηνία Δημοσίευσης | 2023-04-17 |
Αξιολόγηση | 2.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://dareecha.pk |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://dareecha.pk/Privacy-Policy |
Υποστηριζόμενες Γλώσσες | 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" } } |