Youtube Navigation Shortcuts

This extension lets you use arrow/WASD keys to navigate through youtube search list.

Youtube Navigation Shortcutsとは何ですか?

Youtube Navigation Shortcutsはpokhrelashok2によって開発されたChromeの拡張機能で、その主な機能は「This extension lets you use arrow/WASD keys to navigate through youtube search list.」です。

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

screenshot

Youtube Navigation Shortcuts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Youtube doesn't support navigation using arrow keys or WASD by default. This extension enables navigational shortcuts for youtube. Using this extension you can change vidoes just by using ctrl + arrow keys or by using WASD.
You cannot just use arrow keys because youtube has its own set of shortcuts to seek playback and increase/decrease volume using the arrow keys. This extension lets you use CTRL (windows) / CMD (mac) + the Arrow keys to navigate through the videos and press Enter to select and view a video.
WASD shortcuts are disabled by default, but you can enable them from the settings.                    

拡張機能の基本情報

名前 Youtube Navigation Shortcuts Youtube Navigation Shortcuts
ID jfecpfnhkgikbhhdeecbmghfonmfnged
公式URL https://chromewebstore.google.com/detail/youtube-navigation-shortc/jfecpfnhkgikbhhdeecbmghfonmfnged
説明 This extension lets you use arrow/WASD keys to navigate through youtube search list.
ファイルサイズ 14.94 KB
インストール数 16
現在のバージョン 1.3
最終更新日 2022-09-14
公開日 2022-09-13
評価 4.75/5 合計 4 レビュー
開発者 pokhrelashok2
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/8e8dc6bc-d803-4edf-bdd5-5fff5c7c795a
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Navigation Shortcuts",
    "description": "This extension lets you use arrow\/WASD keys to navigate through youtube search list.",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "listener.js"
            ]
        }
    ],
    "icons": {
        "500": "icon.png"
    },
    "author": "Ashok Pahadi",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Press Ctrl(Win)\/Command(Mac)+Arrow Keys or WASD to navigate through videos"
    }
}