YouTube Custom Shortcuts

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

Wat is YouTube Custom Shortcuts?

YouTube Custom Shortcuts is een Chrome-extensie ontwikkeld door NomadShiba, en de belangrijkste functie is "Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Custom Shortcuts

Download YouTube Custom Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam YouTube Custom Shortcuts YouTube Custom Shortcuts
ID nenjofekhanelfgkcpjmkgppploiglfh
Officiële URL https://chrome.google.com/webstore/detail/youtube-custom-shortcuts/nenjofekhanelfgkcpjmkgppploiglfh
Beschrijving Use YouTube only by using your keyboard. Easily add, edit, remove any shortcuts you want. Default Settings: Like: Alt+Enter…
Bestandsgrootte 25.42 KB
Aantal Installaties 21
Huidige Versie 0.2.23
Laatst Bijgewerkt 2023-04-30
Publicatiedatum 2022-09-28
Ontwikkelaar NomadShiba
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/DeepDoge/youtube-custom-shortcuts
Ondersteunde Talen 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"
    }
}