Youtube Navigation Shortcuts

This extension lets you use arrow/WASD keys to navigate through youtube search list.

¿Qué es Youtube Navigation Shortcuts?

Youtube Navigation Shortcuts es una extensión de Chrome desarrollada por pokhrelashok2, y su función principal es "This extension lets you use arrow/WASD keys to navigate through youtube search list.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Youtube Navigation Shortcuts

Descarga archivos de extensión Youtube Navigation Shortcuts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Youtube doesn't support navigation using arrow keys or WASD by default. This extension enables navigational shortcuts for youtube. Using this extension you can change vidoes just by using ctrl + arrow keys or by using WASD.
You cannot just use arrow keys because youtube has its own set of shortcuts to seek playback and increase/decrease volume using the arrow keys. This extension lets you use CTRL (windows) / CMD (mac) + the Arrow keys to navigate through the videos and press Enter to select and view a video.
WASD shortcuts are disabled by default, but you can enable them from the settings.                    

Información Básica de la Extensión

Nombre Youtube Navigation Shortcuts Youtube Navigation Shortcuts
ID jfecpfnhkgikbhhdeecbmghfonmfnged
URL Oficial https://chromewebstore.google.com/detail/youtube-navigation-shortc/jfecpfnhkgikbhhdeecbmghfonmfnged
Descripción This extension lets you use arrow/WASD keys to navigate through youtube search list.
Tamaño del Archivo 14.94 KB
Cantidad de Instalaciones 16
Versión Actual 1.3
Última Actualización 2022-09-14
Fecha de Publicación 2022-09-13
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador pokhrelashok2
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/8e8dc6bc-d803-4edf-bdd5-5fff5c7c795a
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Navigation Shortcuts",
    "description": "This extension lets you use arrow\/WASD keys to navigate through youtube search list.",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "listener.js"
            ]
        }
    ],
    "icons": {
        "500": "icon.png"
    },
    "author": "Ashok Pahadi",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Press Ctrl(Win)\/Command(Mac)+Arrow Keys or WASD to navigate through videos"
    }
}