YouTube Arrow Keys Fix

Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.

Wat is YouTube Arrow Keys Fix?

YouTube Arrow Keys Fix is een Chrome-extensie ontwikkeld door jp, en de belangrijkste functie is "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Arrow Keys Fix

Download YouTube Arrow Keys Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.                    

Basisinformatie over de Extensie

Naam YouTube Arrow Keys Fix YouTube Arrow Keys Fix
ID hbnlngeljeofecndhmebgpgpccfnkgjb
Officiële URL https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb
Beschrijving Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
Bestandsgrootte 45.87 KB
Aantal Installaties 258
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-19
Publicatiedatum 2023-04-18
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar jp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/JParramore/youtube-arrow-keys-fix
Help Pagina-URL https://github.com/JParramore/youtube-arrow-keys-fix
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Arrow Keys Fix",
    "version": "1.0",
    "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}