YouTube Space bar Fix

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

Co to jest YouTube Space bar Fix?

YouTube Space bar Fix to rozszerzenie Chrome opracowane przez https://jhaemin.com, a jego główną funkcją jest „Play or pause YouTube video with space bar even when the video is not focused.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Space bar Fix

Pobierz pliki rozszerzeń YouTube Space bar Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
Oficjalny URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Opis Play or pause YouTube video with space bar even when the video is not focused.
Rozmiar pliku 11.17 KB
Liczba instalacji 172
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2024-01-28
Data Publikacji 2024-01-08
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper https://jhaemin.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.jhaemin.com
Obsługiwane Języki 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"
    }
}