YouTube Captions with ChatGPT
Get YouTube Captions and Summary of any Video
O que é YouTube Captions with ChatGPT?
YouTube Captions with ChatGPT é uma extensão do Chrome desenvolvida por https://dareecha.pk, e sua principal característica é "Get YouTube Captions and Summary of any Video".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Captions with ChatGPT
Baixe arquivos de extensão YouTube Captions with ChatGPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | YouTube Captions with ChatGPT |
ID | kaahpeglhmgploibkkdjgeeklfohpchg |
URL Oficial | https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg |
Descrição | Get YouTube Captions and Summary of any Video |
Tamanho do Arquivo | 199 KB |
Contagem de Instalações | 219 |
Versão Atual | 1.0.4 |
Última Atualização | 2023-04-19 |
Data de Publicação | 2023-04-17 |
Classificação | 2.00/5 Total de 2 Avaliações |
Desenvolvedor | https://dareecha.pk |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://dareecha.pk/Privacy-Policy |
Idiomas Suportados | 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" } } |