YouTube Kbd Nav
YouTube keyboard navigation to the max.
什麼是YouTube Kbd Nav?
YouTube Kbd Nav是由philippefanaro開發的Chrome擴展程式,該擴展的主要功能是“YouTube keyboard navigation to the max.”。
擴展截圖
下載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 |
ID | lfhpmfgaahemloddkjioinadcoighoih |
官方網址 | 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 |
電子郵箱 | [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" } } |