YouTube Space bar Fix

Play or pause YouTube video with space bar even when the video is not focused.

Что такое YouTube Space bar Fix?

YouTube Space bar Fix - это расширение Chrome, разработанное https://jhaemin.com, и его основная функция - "Play or pause YouTube video with space bar even when the video is not focused.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YouTube Space bar Fix

Скачайте файлы расширений YouTube Space bar Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        v1.0.2
- Fix space bar affecting the previously watched video in background on Shorts video page.

By pressing the left or right arrow keys on YouTube video player, the active element is changed to the progress bar. After that, pressing the space bar doesn't pause or play the video anymore.

It fixes the problem. With this extension, you can play or pause YouTube video with space bar even when the video is not focused.                    

Основная информация о расширении

Название YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
Официальный URL https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Описание Play or pause YouTube video with space bar even when the video is not focused.
Размер файла 11.17 KB
Количество установок 172
Текущая Версия 1.0.2
Последнее Обновление 2024-01-28
Дата публикации 2024-01-08
Рейтинг 4.91/5 Всего 11 оценок
Разработчик https://jhaemin.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.jhaemin.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Space bar Fix",
    "description": "Play or pause YouTube video with space bar even when the video is not focused.",
    "version": "1.0.2",
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}