YouTube Captions with ChatGPT
Get YouTube Captions and Summary of any Video
Cos'è YouTube Captions with ChatGPT?
YouTube Captions with ChatGPT è un'estensione di Chrome sviluppata da https://dareecha.pk, e la sua funzione principale è "Get YouTube Captions and Summary of any Video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Captions with ChatGPT
Scarica i file di estensione YouTube Captions with ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YouTube Captions with ChatGPT |
ID | kaahpeglhmgploibkkdjgeeklfohpchg |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg |
Descrizione | Get YouTube Captions and Summary of any Video |
Dimensione del File | 199 KB |
Conteggio Installazioni | 219 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-04-19 |
Data di Pubblicazione | 2023-04-17 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | https://dareecha.pk |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://dareecha.pk/Privacy-Policy |
Lingue Supportate | 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" } } |