YouTube Kbd Nav

YouTube keyboard navigation to the max.

Qu'est-ce que YouTube Kbd Nav ?

YouTube Kbd Nav est une extension Chrome développée par philippefanaro, et sa fonction principale est "YouTube keyboard navigation to the max.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Kbd Nav

Téléchargez les fichiers d'extension YouTube Kbd Nav au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom YouTube Kbd Nav YouTube Kbd Nav
ID lfhpmfgaahemloddkjioinadcoighoih
URL Officiel https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih
Description YouTube keyboard navigation to the max.
Taille du Fichier 74.03 KB
Nombre d'Installations 25
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-01-07
Date de Publication 2020-09-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur philippefanaro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/FanaroEngineering/youtube_kbd_nav/
URL de la Page d'Aide https://github.com/FanaroEngineering/youtube_kbd_nav/
Langues Prises en Charge 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"
    }
}