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؟

YouTube Custom Shortcuts هو إضافة Chrome تم تطويرها بواسطة NomadShiba، والميزة الرئيسية لها هي "Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…".

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

screenshot

تحميل ملف CRX للإضافة YouTube Custom Shortcuts

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

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

                        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)                    

معلومات أساسية عن التمديد

الاسم YouTube Custom Shortcuts YouTube Custom Shortcuts
ID nenjofekhanelfgkcpjmkgppploiglfh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-custom-shortcuts/nenjofekhanelfgkcpjmkgppploiglfh
الوصف Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…
حجم الملف 25.42 KB
عدد التثبيتات 21
النسخة الحالية 0.2.23
آخر تحديث 2023-04-30
تاريخ النشر 2022-09-28
المطور NomadShiba
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/DeepDoge/youtube-custom-shortcuts
اللغات المدعومة 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"
    }
}