YouTube Space bar Fix

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

Hvad er YouTube Space bar Fix?

YouTube Space bar Fix er en Chrome-udvidelse udviklet af https://jhaemin.com, og dens hovedfunktion er "Play or pause YouTube video with space bar even when the video is not focused.".

Udvidelsesskærmbilleder

screenshot

Download YouTube Space bar Fix-udvidelses-CRX-fil

Download YouTube Space bar Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
Officiel URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Beskrivelse Play or pause YouTube video with space bar even when the video is not focused.
Filstørrelse 11.17 KB
Antal Installationer 172
Nuværende Version 1.0.2
Senest Opdateret 2024-01-28
Udgivelsesdato 2024-01-08
Bedømmelse 4.91/5 Samlet 11 Bedømmelser
Udvikler https://jhaemin.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.jhaemin.com
Understøttede Sprog 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"
    }
}