YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
What is YouTube Arrow Keys Fix?
YouTube Arrow Keys Fix is a Chrome extension developed by jp, and its main feature is "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
Extension Screenshots
Download YouTube Arrow Keys Fix Extension CRX File
Download YouTube Arrow Keys Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
Official URL | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Description | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
File Size | 45.87 KB |
Installation Count | 258 |
Current Version | 1.0 |
Last Updated | 2023-04-19 |
Publish Date | 2023-04-18 |
Rating | 5.00/5 Total 5 Ratings |
Developer | jp |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JParramore/youtube-arrow-keys-fix |
Help Page URL | https://github.com/JParramore/youtube-arrow-keys-fix |
Supported Languages | 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" ] } ] } |