YouTube Kbd Nav
YouTube keyboard navigation to the max.
Wat is YouTube Kbd Nav?
YouTube Kbd Nav is een Chrome-extensie ontwikkeld door philippefanaro, en de belangrijkste functie is "YouTube keyboard navigation to the max.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Kbd Nav
Download YouTube Kbd Nav-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
An extension to ease your navigation on YouTube. Now you can use your keyboard to do 99% of the things you usually do there.
Please visit the homepage for a full table of shortcuts: https://github.com/FanaroEngineering/youtube_kbd_nav/.
Some of the shortcuts (the ordering is just for reference purposes):
- z: Cycle forwards on the thumbnails
- x: Cycle backwards on the thumbnails
- Enter: Navigate to the selected thumbnail
- q: YouTube Home
- h: YouTube History
- \: Toggle the video player's focus
- v: Like the video
- n: Dislike the video Basisinformatie over de Extensie
| Naam | |
| ID | lfhpmfgaahemloddkjioinadcoighoih |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih |
| Beschrijving | YouTube keyboard navigation to the max. |
| Bestandsgrootte | 74.03 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2021-01-07 |
| Publicatiedatum | 2020-09-29 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | philippefanaro |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
| Help Pagina-URL | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Kbd Nav",
"author": "Philippe Fanaro",
"version": "1.0.2",
"description": "YouTube keyboard navigation to the max.",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/*.studio.youtube.com\/*"
],
"js": [
"content.dart.js"
]
}
],
"permissions": [
"clipboardWrite"
],
"icons": {
"128": "favicon.png"
}
} | |