YouTube Space Bar

Actually pause YouTube videos with the space bar

Что такое YouTube Space Bar?

YouTube Space Bar - это расширение Chrome, разработанное djmartin5454, и его основная функция - "Actually pause YouTube videos with the space bar".

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

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

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

                        No one has ever wanted to scroll down on YouTube using the space bar.
This fixes that.

There are a few extensions that claim to do this, but this one actually works.

Also, spaces typed in the comment box, or in the search bar do not pause the video as they do in some other extensions.                    

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

Название YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
Официальный URL https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
Описание Actually pause YouTube videos with the space bar
Размер файла 6.04 KB
Количество установок 121
Текущая Версия 1.2
Последнее Обновление 2016-10-03
Дата публикации 2016-10-03
Рейтинг 3.33/5 Всего 15 оценок
Разработчик djmartin5454
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Space Bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Actually pause YouTube videos with the space bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "icon.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}