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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}