YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
O que é YouTube Arrow Keys Fix?
YouTube Arrow Keys Fix é uma extensão do Chrome desenvolvida por jp, e sua principal característica é "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Arrow Keys Fix
Baixe arquivos de extensão YouTube Arrow Keys Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
URL Oficial | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
Descrição | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
Tamanho do Arquivo | 45.87 KB |
Contagem de Instalações | 258 |
Versão Atual | 1.0 |
Última Atualização | 2023-04-19 |
Data de Publicação | 2023-04-18 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | jp |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/JParramore/youtube-arrow-keys-fix |
URL da Página de Ajuda | https://github.com/JParramore/youtube-arrow-keys-fix |
Idiomas Suportados | 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" ] } ] } |