YouTube Space bar Fix
Play or pause YouTube video with space bar even when the video is not focused.
What is YouTube Space bar Fix?
YouTube Space bar Fix is a Chrome extension developed by https://jhaemin.com, and its main feature is "Play or pause YouTube video with space bar even when the video is not focused.".
Extension Screenshots
Download YouTube Space bar Fix Extension CRX File
Download YouTube Space bar Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Space bar Fix |
ID | hnoggpcpecjklffkjahhkkhhkdagheoa |
Official URL | 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. |
File Size | 11.17 KB |
Installation Count | 172 |
Current Version | 1.0.2 |
Last Updated | 2024-01-28 |
Publish Date | 2024-01-08 |
Rating | 4.91/5 Total 11 Ratings |
Developer | https://jhaemin.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.jhaemin.com |
Supported Languages | 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" } } |