Video Speed Control Jumper

jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.

Что такое Video Speed Control Jumper?

Video Speed Control Jumper - это расширение Chrome, разработанное SL5, и его основная функция - "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

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

screenshot

Скачать файл CRX расширения Video Speed Control Jumper

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

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

                        gives posibility to change video speed by keyboard shurtcuts and starts very fast (first seconds)

its a fork from "HTML5 Video Speed permanent Control" and offers nearly the same shortcuts.                    

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

Название Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
Официальный URL https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Описание jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Размер файла 169 KB
Количество установок 243
Текущая Версия 0.9.1
Последнее Обновление 2015-05-07
Дата публикации 2015-05-07
Рейтинг 4.50/5 Всего 4 оценок
Разработчик SL5
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Control Jumper",
    "description": "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.",
    "short_name": "Video Speed Control Jumper",
    "version": "0.9.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speed_control.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}