YouTube Kbd Nav
YouTube keyboard navigation to the max.
Cos'è YouTube Kbd Nav?
YouTube Kbd Nav è un'estensione di Chrome sviluppata da philippefanaro, e la sua funzione principale è "YouTube keyboard navigation to the max.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Kbd Nav
Scarica i file di estensione YouTube Kbd Nav in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | YouTube Kbd Nav |
ID | lfhpmfgaahemloddkjioinadcoighoih |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih |
Descrizione | YouTube keyboard navigation to the max. |
Dimensione del File | 74.03 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-01-07 |
Data di Pubblicazione | 2020-09-29 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | philippefanaro |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
URL della Pagina di Aiuto | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
Lingue Supportate | 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" } } |