YouTube Space bar Fix
Play or pause YouTube video with space bar even when the video is not focused.
Vad är YouTube Space bar Fix?
YouTube Space bar Fix är en Chrome-tillägg utvecklad av https://jhaemin.com, och dess huvudfunktion är "Play or pause YouTube video with space bar even when the video is not focused.".
Tilläggsskärmbilder
Ladda ner YouTube Space bar Fix-förlängningens CRX-fil
Ladda ner YouTube Space bar Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | YouTube Space bar Fix |
ID | hnoggpcpecjklffkjahhkkhhkdagheoa |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa |
Beskrivning | Play or pause YouTube video with space bar even when the video is not focused. |
Filstorlek | 11.17 KB |
Antal Installationer | 172 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2024-01-28 |
Publiceringsdatum | 2024-01-08 |
Betyg | 4.91/5 Totalt 11 Betyg |
Utvecklare | https://jhaemin.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.jhaemin.com |
Stödda Språk | 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" } } |