YouTube Space bar Fix

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

Cos'è YouTube Space bar Fix?

YouTube Space bar Fix è un'estensione di Chrome sviluppata da https://jhaemin.com, e la sua funzione principale è "Play or pause YouTube video with space bar even when the video is not focused.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Space bar Fix

Scarica i file di estensione YouTube Space bar Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
URL Ufficiale https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Descrizione Play or pause YouTube video with space bar even when the video is not focused.
Dimensione del File 11.17 KB
Conteggio Installazioni 172
Versione Corrente 1.0.2
Ultimo Aggiornamento 2024-01-28
Data di Pubblicazione 2024-01-08
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore https://jhaemin.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.jhaemin.com
Lingue Supportate 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"
    }
}