Better YouTube Summary
Literally Better YouTube Summary 🎯
Что такое Better YouTube Summary?
Better YouTube Summary - это расширение Chrome, разработанное mthli, и его основная функция - "Literally Better YouTube Summary 🎯".
Снимки экрана расширения
Скачать файл CRX расширения Better YouTube Summary
Скачайте файлы расширений Better YouTube Summary в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Introducing our YouTube extension with the following features:
1. Using ChatGPT to generate video chapters (timeline) 🤔
2. Using ChatGPT to generate summary for each video chapter 😲
3. Support video content of any length 😱
4. Multiple language translation capabilities 😈
At the same time, we also try to be as similar as possible to the YouTube website design, providing you with a native-like experience 👏
===
v1.2.1 - Compatible with Firefox 🦊
v1.1.0 - You can copy the chapters and summaries now 👌
v1.0.0 - First release 💪 Основная информация о расширении
| Название | |
| ID | gobfmldfaojjoanejhccieilnmglclba |
| Официальный URL | https://chromewebstore.google.com/detail/better-youtube-summary/gobfmldfaojjoanejhccieilnmglclba |
| Описание | Literally Better YouTube Summary 🎯 |
| Размер файла | 292 KB |
| Количество установок | 1,040 |
| Текущая Версия | 1.2.1 |
| Последнее Обновление | 2023-07-02 |
| Дата публикации | 2023-06-25 |
| Рейтинг | 4.29/5 Всего 7 оценок |
| Разработчик | mthli |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "92",
"name": "Better YouTube Summary",
"description": "Literally Better YouTube Summary \ud83c\udfaf",
"version": "1.2.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_ui": {
"page": "options.html"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"js\/vendor.js",
"js\/contentScript.js"
]
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/bys.mthli.com\/*"
]
} | |