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 NomadShiba द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Custom Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}