YouTube Space bar Fix
Play or pause YouTube video with space bar even when the video is not focused.
O que é YouTube Space bar Fix?
YouTube Space bar Fix é uma extensão do Chrome desenvolvida por https://jhaemin.com, e sua principal característica é "Play or pause YouTube video with space bar even when the video is not focused.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Space bar Fix
Baixe arquivos de extensão YouTube Space bar 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
v1.0.2 - Fix space bar affecting the previously watched video in background on Shorts video page. By pressing the left or right arrow keys on YouTube video player, the active element is changed to the progress bar. After that, pressing the space bar doesn't pause or play the video anymore. It fixes the problem. With this extension, you can play or pause YouTube video with space bar even when the video is not focused.
Informações Básicas da Extensão
Nome | YouTube Space bar Fix |
ID | hnoggpcpecjklffkjahhkkhhkdagheoa |
URL Oficial | https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa |
Descrição | Play or pause YouTube video with space bar even when the video is not focused. |
Tamanho do Arquivo | 11.17 KB |
Contagem de Instalações | 172 |
Versão Atual | 1.0.2 |
Última Atualização | 2024-01-28 |
Data de Publicação | 2024-01-08 |
Classificação | 4.91/5 Total de 11 Avaliações |
Desenvolvedor | https://jhaemin.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.jhaemin.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Space bar Fix", "description": "Play or pause YouTube video with space bar even when the video is not focused.", "version": "1.0.2", "author": "[email protected]", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |