Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

Что такое Giant Bomb HTML5 Video Commander?

Giant Bomb HTML5 Video Commander - это расширение Chrome, разработанное Benjamin Murden, и его основная функция - "Control Giant Bomb videos with your keyboard.".

Скачать файл CRX расширения Giant Bomb HTML5 Video Commander

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

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

                        Use keyboard shortcuts to skip back and forward through Giant Bomb videos instead of fumbling around with the mouse and scrub bar! Great for those moments of "Huh? What were they talking about," or "Wait, what just happened?"

Left Arrow = Skip back 10 seconds
Right Arrow = Skip forward 10 seconds
Shift + Left Arrow = Skip back 1 minute
Shift + Right Arrow = Skip forward 1 minute

Since this extension only works with HTML5 videos, you'll need to be a subscriber on Giant Bomb. Sorry, duders!                    

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

Название Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
Официальный URL https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
Описание Control Giant Bomb videos with your keyboard.
Размер файла 18.82 KB
Количество установок 37
Текущая Версия 1.0
Последнее Обновление 2013-02-22
Дата публикации 2013-02-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Benjamin Murden
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Bomb HTML5 Video Commander",
    "description": "Control Giant Bomb videos with your keyboard.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.giantbomb.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "vidcontrol.js"
    ]
}