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
官方網址 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"
            ]
        }
    ]
}