YouTube Space bar Fix

Play or pause YouTube video with space bar even when the video is not focused.

Wat is YouTube Space bar Fix?

YouTube Space bar Fix is een Chrome-extensie ontwikkeld door https://jhaemin.com, en de belangrijkste functie is "Play or pause YouTube video with space bar even when the video is not focused.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Space bar Fix

Download YouTube Space bar Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
Officiële URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Beschrijving Play or pause YouTube video with space bar even when the video is not focused.
Bestandsgrootte 11.17 KB
Aantal Installaties 172
Huidige Versie 1.0.2
Laatst Bijgewerkt 2024-01-28
Publicatiedatum 2024-01-08
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar https://jhaemin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.jhaemin.com
Ondersteunde Talen 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"
    }
}