YouTube Kbd Nav
YouTube keyboard navigation to the max.
Vad är YouTube Kbd Nav?
YouTube Kbd Nav är en Chrome-tillägg utvecklad av philippefanaro, och dess huvudfunktion är "YouTube keyboard navigation to the max.".
Tilläggsskärmbilder
Ladda ner YouTube Kbd Nav-förlängningens CRX-fil
Ladda ner YouTube Kbd Nav-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | lfhpmfgaahemloddkjioinadcoighoih | 
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih | 
| Beskrivning | YouTube keyboard navigation to the max. | 
| Filstorlek | 74.03 KB | 
| Antal Installationer | 25 | 
| Aktuell Version | 1.0.2 | 
| Senast Uppdaterad | 2021-01-07 | 
| Publiceringsdatum | 2020-09-29 | 
| Betyg | 4.50/5 Totalt 2 Betyg | 
| Utvecklare | philippefanaro | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/FanaroEngineering/youtube_kbd_nav/ | 
| Hjälpsida URL | https://github.com/FanaroEngineering/youtube_kbd_nav/ | 
| Stödda Språk | 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"
    }
}  |  |