YouTube Space bar Fix
Play or pause YouTube video with space bar even when the video is not focused.
¿Qué es YouTube Space bar Fix?
YouTube Space bar Fix es una extensión de Chrome desarrollada por https://jhaemin.com, y su función principal es "Play or pause YouTube video with space bar even when the video is not focused.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Space bar Fix
Descarga archivos de extensión YouTube Space bar Fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | YouTube Space bar Fix |
ID | hnoggpcpecjklffkjahhkkhhkdagheoa |
URL Oficial | https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa |
Descripción | Play or pause YouTube video with space bar even when the video is not focused. |
Tamaño del Archivo | 11.17 KB |
Cantidad de Instalaciones | 172 |
Versión Actual | 1.0.2 |
Última Actualización | 2024-01-28 |
Fecha de Publicación | 2024-01-08 |
Calificación | 4.91/5 Total de 11 Calificaciones |
Desarrollador | https://jhaemin.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.jhaemin.com |
Idiomas Soportados | 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" } } |