Youtube Navigation Shortcuts
This extension lets you use arrow/WASD keys to navigate through youtube search list.
Wat is Youtube Navigation Shortcuts?
Youtube Navigation Shortcuts is een Chrome-extensie ontwikkeld door pokhrelashok2, en de belangrijkste functie is "This extension lets you use arrow/WASD keys to navigate through youtube search list.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Navigation Shortcuts
Download Youtube Navigation Shortcuts-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
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.
Basisinformatie over de Extensie
Naam | Youtube Navigation Shortcuts |
ID | jfecpfnhkgikbhhdeecbmghfonmfnged |
Officiële URL | https://chromewebstore.google.com/detail/youtube-navigation-shortc/jfecpfnhkgikbhhdeecbmghfonmfnged |
Beschrijving | This extension lets you use arrow/WASD keys to navigate through youtube search list. |
Bestandsgrootte | 14.94 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-09-14 |
Publicatiedatum | 2022-09-13 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | pokhrelashok2 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/8e8dc6bc-d803-4edf-bdd5-5fff5c7c795a |
Ondersteunde Talen | 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" } } |