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" } } |