YouTube Paraphraser
An application that takes a YouTube video and summarizes what the video is about.
Что такое YouTube Paraphraser?
YouTube Paraphraser - это расширение Chrome, разработанное HYPERSPC, и его основная функция - "An application that takes a YouTube video and summarizes what the video is about.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Paraphraser
Скачайте файлы расширений YouTube Paraphraser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The YouTube Paraphraser is an experimental AI-driven web application that produces a straightforward summary on what the video is about. This extension allows you to right-click on a YouTube video and immediately generate a summary.
In a world where content creators have become exceptionally talented at drawing viewers in with curious titles and eye-catching thumbnails, it has become virtually impossible for viewers to discern what videos they really want to watch.
HOW TO USE:
Navigate to YouTube, right click any video, and select the "YouTube Paraphraser" option. Just that easy! Основная информация о расширении
| Название | |
| ID | gkgbmkfnmceicpkehajbcichphjmcgga |
| Официальный URL | https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga |
| Описание | An application that takes a YouTube video and summarizes what the video is about. |
| Размер файла | 7.5 KB |
| Количество установок | 65 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2023-08-23 |
| Дата публикации | 2023-08-22 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | HYPERSPC |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://bijx.github.io/YouTube-Paraphraser-WebApp/ |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Paraphraser",
"description": "An application that takes a YouTube video and summarizes what the video is about.",
"version": "1.0",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "images\/icon-128.png"
}
} | |