YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
Что такое YouTube Arrow Keys Fix?
YouTube Arrow Keys Fix - это расширение Chrome, разработанное jp, и его основная функция - "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Arrow Keys Fix
Скачайте файлы расширений YouTube Arrow Keys Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.
Основная информация о расширении
Название | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
Официальный URL | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Описание | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
Размер файла | 45.87 KB |
Количество установок | 258 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-04-19 |
Дата публикации | 2023-04-18 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | jp |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/JParramore/youtube-arrow-keys-fix |
URL страницы помощи | https://github.com/JParramore/youtube-arrow-keys-fix |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Arrow Keys Fix", "version": "1.0", "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |