YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Что такое YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) - это расширение Chrome, разработанное Anant Mishra, и его основная функция - "A lightweight extension for enriching your YouTube experience.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Enhancement Suite (YES)
Скачайте файлы расширений YouTube Enhancement Suite (YES) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
✔ Removes annoying end-cards on YT videos. ✔ Lightweight: good on your RAM. ✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h') ✔ Volume control with keyboard ('a' and 'd' keys). ✔ Display remaining time on the video. ✔ Display at what time the video ends. ✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.
Основная информация о расширении
Название | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
Официальный URL | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
Описание | A lightweight extension for enriching your YouTube experience. |
Размер файла | 24.38 KB |
Количество установок | 60 |
Текущая Версия | 1.7.2 |
Последнее Обновление | 2020-12-12 |
Дата публикации | 2020-12-11 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Anant Mishra |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Enhancement Suite (YES)", "version": "1.7.2", "description": "A lightweight extension for enriching your YouTube experience.", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "core.min.js" ], "css": [ "style.min.css" ] } ] } |