YouTube Kbd Nav
YouTube keyboard navigation to the max.
Was ist YouTube Kbd Nav?
YouTube Kbd Nav ist eine Chrome-Erweiterung, die von philippefanaro entwickelt wurde, und ihr Hauptmerkmal ist "YouTube keyboard navigation to the max.".
Erweiterungsscreenshots
YouTube Kbd Nav-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Kbd Nav-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lfhpmfgaahemloddkjioinadcoighoih | 
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih | 
| Beschreibung | YouTube keyboard navigation to the max. | 
| Dateigröße | 74.03 KB | 
| Installationsanzahl | 25 | 
| Aktuelle Version | 1.0.2 | 
| Letztes Update | 2021-01-07 | 
| Veröffentlichungsdatum | 2020-09-29 | 
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen | 
| Entwickler | philippefanaro | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/FanaroEngineering/youtube_kbd_nav/ | 
| Hilfeseite URL | https://github.com/FanaroEngineering/youtube_kbd_nav/ | 
| Unterstützte Sprachen | 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"
    }
}  |  |