Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

Что такое Playback Rate changer?

Playback Rate changer - это расширение Chrome, разработанное Amaan Cheval, и его основная функция - "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Скачать файл CRX расширения Playback Rate changer

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

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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

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

Название Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
Официальный URL https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Описание Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Размер файла 3.79 KB
Количество установок 15
Текущая Версия 1.1
Последнее Обновление 2015-11-12
Дата публикации 2015-11-12
Рейтинг 3.50/5 Всего 4 оценок
Разработчик Amaan Cheval
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}