YouTube Kbd Nav

YouTube keyboard navigation to the max.

YouTube Kbd Navとは何ですか?

YouTube Kbd Navはphilippefanaroによって開発されたChromeの拡張機能で、その主な機能は「YouTube keyboard navigation to the max.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

YouTube Kbd Nav拡張機能のCRXファイルをダウンロード

YouTube Kbd Nav拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 YouTube Kbd Nav YouTube Kbd Nav
ID lfhpmfgaahemloddkjioinadcoighoih
公式URL https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih
説明 YouTube keyboard navigation to the max.
ファイルサイズ 74.03 KB
インストール数 25
現在のバージョン 1.0.2
最終更新日 2021-01-07
公開日 2020-09-29
評価 4.50/5 合計 2 レビュー
開発者 philippefanaro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/FanaroEngineering/youtube_kbd_nav/
ヘルプページのURL https://github.com/FanaroEngineering/youtube_kbd_nav/
対応言語 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"
    }
}