Giant Bomb Download Helper

Set Giant Bomb videos to download on click and autoset a name.

Что такое Giant Bomb Download Helper?

Giant Bomb Download Helper - это расширение Chrome, разработанное Vince Cima, и его основная функция - "Set Giant Bomb videos to download on click and autoset a name.".

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

screenshot

Скачать файл CRX расширения Giant Bomb Download Helper

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

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

                        Collection of tweaks to make downloading videos from GiantBomb.com more pleasant

Currently, it converts the quality links into download links. Simply click on one and it will start downloading.

I am planning on adding the ability to autoname the downloads.                    

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

Название Giant Bomb Download Helper Giant Bomb Download Helper
ID ejfdldfakdhjmfebfpbafiklecjcjile
Официальный URL https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile
Описание Set Giant Bomb videos to download on click and autoset a name.
Размер файла 22.26 KB
Количество установок 82
Текущая Версия 0.1.0
Последнее Обновление 2013-12-05
Дата публикации 2013-12-05
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Vince Cima
Тип оплаты free
Официальный сайт расширения https://github.com/vincecima/gb-download-helper
URL страницы помощи https://github.com/vincecima/gb-download-helper
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Bomb Download Helper",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Set Giant Bomb videos to download on click and autoset a name.",
    "homepage_url": "https:\/\/github.com\/vincecima\/gb-download-helper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.giantbomb.com\/videos\/*"
            ],
            "js": [
                "js\/zepto.min.js",
                "js\/inject.js"
            ]
        }
    ]
}