YouTube Custom Shortcuts

Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…

YouTube Custom Shortcuts là gì?

YouTube Custom Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi NomadShiba, và tính năng chính của nó là "Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…".

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

screenshot

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

Tải xuống các tệp mở rộng YouTube Custom Shortcuts 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

                        Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want.

Default Settings:
Like: Alt+Enter
Dislike: Alt+Backspace
Neutral: Alt+0
Search: Alt+S

Works with:
- Classic YouTube Layout (Shorts and Videos)
- New YouTube Layout (Shorts and Videos)                    

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

Tên YouTube Custom Shortcuts YouTube Custom Shortcuts
ID nenjofekhanelfgkcpjmkgppploiglfh
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-custom-shortcuts/nenjofekhanelfgkcpjmkgppploiglfh
Mô tả Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…
Kích Thước Tệp 25.42 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.2.23
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2022-09-28
Nhà Phát Triển NomadShiba
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DeepDoge/youtube-custom-shortcuts
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Custom Shortcuts",
    "version": "0.2.23",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/index.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "action": {
        "default_title": "YouTube Custom Shortcuts",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/app.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}