Media Keys for Youtube™

Improve hardware media key handling!

Cos'è Media Keys for Youtube™?

Media Keys for Youtube™ è un'estensione di Chrome sviluppata da timobaczynski, e la sua funzione principale è "Improve hardware media key handling!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Media Keys for Youtube™

Scarica i file di estensione Media Keys for Youtube™ 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

                        Use the following keys to pause, rewind the video forward and backward, even when the youtube.com window / tab is not active.

Play/Pause ⏯ - works like Space-key.
Previous ⏮- works like LeftArrow-key (backward 5 seconds), long press switches to the previous video.
Next ⏭ - works like RightArrow-key (forward 5 seconds), long press switches to the next video.

Be careful, the extension takes some time to load when the page loads.
Tested with Windows 10 only.                    

Informazioni di Base sull'Estensione

Nome Media Keys for Youtube™ Media Keys for Youtube™
ID inpajkcdlienadkggigbmfhhkdkkpbfn
URL Ufficiale https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn
Descrizione Improve hardware media key handling!
Dimensione del File 3.84 KB
Conteggio Installazioni 300
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-06-01
Data di Pubblicazione 2021-04-07
Valutazione 4.17/5 Totale 18 Valutazioni
Sviluppatore timobaczynski
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Keys for Youtube\u2122",
    "description": "Improve hardware media key handling!",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}