YouTube Captions with ChatGPT
Get YouTube Captions and Summary of any Video
¿Qué es YouTube Captions with ChatGPT?
YouTube Captions with ChatGPT es una extensión de Chrome desarrollada por https://dareecha.pk, y su función principal es "Get YouTube Captions and Summary of any Video".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Captions with ChatGPT
Descarga archivos de extensión YouTube Captions with ChatGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | YouTube Captions with ChatGPT |
ID | kaahpeglhmgploibkkdjgeeklfohpchg |
URL Oficial | https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg |
Descripción | Get YouTube Captions and Summary of any Video |
Tamaño del Archivo | 199 KB |
Cantidad de Instalaciones | 219 |
Versión Actual | 1.0.4 |
Última Actualización | 2023-04-19 |
Fecha de Publicación | 2023-04-17 |
Calificación | 2.00/5 Total de 2 Calificaciones |
Desarrollador | https://dareecha.pk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://dareecha.pk/Privacy-Policy |
Idiomas Soportados | 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" } } |