YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
Co to jest YouTube Arrow Keys Fix?
YouTube Arrow Keys Fix to rozszerzenie Chrome opracowane przez jp, a jego główną funkcją jest „Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Arrow Keys Fix
Pobierz pliki rozszerzeń YouTube Arrow Keys Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Opis | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
Rozmiar pliku | 45.87 KB |
Liczba instalacji | 258 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-04-19 |
Data Publikacji | 2023-04-18 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | jp |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/JParramore/youtube-arrow-keys-fix |
Adres URL Strony Pomocy | https://github.com/JParramore/youtube-arrow-keys-fix |
Obsługiwane Języki | 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" ] } ] } |