YouTube Kbd Nav

YouTube keyboard navigation to the max.

Apa itu YouTube Kbd Nav?

YouTube Kbd Nav adalah ekstensi Chrome yang dikembangkan oleh philippefanaro, dan fitur utamanya adalah "YouTube keyboard navigation to the max.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Kbd Nav

Unduh file ekstensi YouTube Kbd Nav dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama YouTube Kbd Nav YouTube Kbd Nav
ID lfhpmfgaahemloddkjioinadcoighoih
URL Resmi https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih
Deskripsi YouTube keyboard navigation to the max.
Ukuran File 74.03 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-01-07
Tanggal Publikasi 2020-09-29
Penilaian 4.50/5 Total 2 Penilaian
Pengembang philippefanaro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/FanaroEngineering/youtube_kbd_nav/
URL Halaman Bantuan https://github.com/FanaroEngineering/youtube_kbd_nav/
Bahasa yang Didukung 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"
    }
}