YouTube Space bar Fix

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

Was ist YouTube Space bar Fix?

YouTube Space bar Fix ist eine Chrome-Erweiterung, die von https://jhaemin.com entwickelt wurde, und ihr Hauptmerkmal ist "Play or pause YouTube video with space bar even when the video is not focused.".

Erweiterungsscreenshots

screenshot

YouTube Space bar Fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Space bar Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
Offizielle URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Beschreibung Play or pause YouTube video with space bar even when the video is not focused.
Dateigröße 11.17 KB
Installationsanzahl 172
Aktuelle Version 1.0.2
Letztes Update 2024-01-28
Veröffentlichungsdatum 2024-01-08
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler https://jhaemin.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.jhaemin.com
Unterstützte Sprachen 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"
    }
}