Giant Bomb Download Helper

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

什么是Giant Bomb Download Helper?

Giant Bomb Download Helper是由Vince Cima开发的Chrome扩展程序,该扩展的主要功能是“Set Giant Bomb videos to download on click and autoset a name.”。

扩展截图

screenshot

下载Giant Bomb Download Helper扩展crx文件

下载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"
            ]
        }
    ]
}