YouTube Kbd Nav
YouTube keyboard navigation to the max.
What is YouTube Kbd Nav?
YouTube Kbd Nav is a Chrome extension developed by philippefanaro, and its main feature is "YouTube keyboard navigation to the max.".
Extension Screenshots
Download YouTube Kbd Nav Extension CRX File
Download YouTube Kbd Nav extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | YouTube Kbd Nav |
ID | lfhpmfgaahemloddkjioinadcoighoih |
Official URL | https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih |
Description | YouTube keyboard navigation to the max. |
File Size | 74.03 KB |
Installation Count | 25 |
Current Version | 1.0.2 |
Last Updated | 2021-01-07 |
Publish Date | 2020-09-29 |
Rating | 4.50/5 Total 2 Ratings |
Developer | philippefanaro |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
Help Page URL | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
Supported Languages | 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" } } |