YouTube Kbd Nav

YouTube keyboard navigation to the max.

ما هو YouTube Kbd Nav؟

YouTube Kbd Nav هو إضافة Chrome تم تطويرها بواسطة philippefanaro، والميزة الرئيسية لها هي "YouTube keyboard navigation to the max.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Kbd Nav

قم بتنزيل ملفات الامتداد YouTube Kbd Nav بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/FanaroEngineering/youtube_kbd_nav/
عنوان صفحة المساعدة 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"
    }
}