YouTube Captions with ChatGPT
Get YouTube Captions and Summary of any Video
Qu'est-ce que YouTube Captions with ChatGPT ?
YouTube Captions with ChatGPT est une extension Chrome développée par https://dareecha.pk, et sa fonction principale est "Get YouTube Captions and Summary of any Video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Captions with ChatGPT
Téléchargez les fichiers d'extension YouTube Captions with ChatGPT 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
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.
Informations de Base sur l'Extension
Nom | YouTube Captions with ChatGPT |
ID | kaahpeglhmgploibkkdjgeeklfohpchg |
URL Officiel | https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg |
Description | Get YouTube Captions and Summary of any Video |
Taille du Fichier | 199 KB |
Nombre d'Installations | 219 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-04-19 |
Date de Publication | 2023-04-17 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | https://dareecha.pk |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://dareecha.pk/Privacy-Policy |
Langues Prises en Charge | 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" } } |