YouTube Space bar Fix
Play or pause YouTube video with space bar even when the video is not focused.
Qu'est-ce que YouTube Space bar Fix ?
YouTube Space bar Fix est une extension Chrome développée par https://jhaemin.com, et sa fonction principale est "Play or pause YouTube video with space bar even when the video is not focused.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Space bar Fix
Téléchargez les fichiers d'extension YouTube Space bar Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Space bar Fix |
ID | hnoggpcpecjklffkjahhkkhhkdagheoa |
URL Officiel | https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa |
Description | Play or pause YouTube video with space bar even when the video is not focused. |
Taille du Fichier | 11.17 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2024-01-28 |
Date de Publication | 2024-01-08 |
Évaluation | 4.91/5 Total 11 Évaluations |
Développeur | https://jhaemin.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.jhaemin.com |
Langues Prises en Charge | 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" } } |