YouTube Kbd Nav

YouTube keyboard navigation to the max.

YouTube Kbd Nav là gì?

YouTube Kbd Nav là một tiện ích mở rộng Chrome được phát triển bởi philippefanaro, và tính năng chính của nó là "YouTube keyboard navigation to the max.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Kbd Nav

Tải xuống các tệp mở rộng YouTube Kbd Nav dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Kbd Nav YouTube Kbd Nav
ID lfhpmfgaahemloddkjioinadcoighoih
URL Chính Thức https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih
Mô tả YouTube keyboard navigation to the max.
Kích Thước Tệp 74.03 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-01-07
Ngày Phát Hành 2020-09-29
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển philippefanaro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FanaroEngineering/youtube_kbd_nav/
URL Trang Trợ Giúp https://github.com/FanaroEngineering/youtube_kbd_nav/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}