YouTube Space bar Fix

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

Co je YouTube Space bar Fix?

YouTube Space bar Fix je rozšíření Chrome vyvinuté https://jhaemin.com, a jeho hlavní funkcí je „Play or pause YouTube video with space bar even when the video is not focused.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YouTube Space bar Fix

Stáhněte si soubory rozšíření YouTube Space bar Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
Oficiální URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Popis Play or pause YouTube video with space bar even when the video is not focused.
Velikost souboru 11.17 KB
Počet instalací 172
Aktuální Verze 1.0.2
Poslední Aktualizace 2024-01-28
Datum Vydání 2024-01-08
Hodnocení 4.91/5 Celkem 11 Hodnocení
Vývojář https://jhaemin.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.jhaemin.com
Podporované Jazyky 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"
    }
}