Giant Bomb Download Helper

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

Hvad er Giant Bomb Download Helper?

Giant Bomb Download Helper er en Chrome-udvidelse udviklet af Vince Cima, og dens hovedfunktion er "Set Giant Bomb videos to download on click and autoset a name.".

Udvidelsesskærmbilleder

screenshot

Download Giant Bomb Download Helper-udvidelses-CRX-fil

Download Giant Bomb Download Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Giant Bomb Download Helper Giant Bomb Download Helper
ID ejfdldfakdhjmfebfpbafiklecjcjile
Officiel URL https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile
Beskrivelse Set Giant Bomb videos to download on click and autoset a name.
Filstørrelse 22.26 KB
Antal Installationer 82
Nuværende Version 0.1.0
Senest Opdateret 2013-12-05
Udgivelsesdato 2013-12-05
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Vince Cima
Betalingsmetode free
Udvidelseswebsted https://github.com/vincecima/gb-download-helper
Hjælpeside-URL https://github.com/vincecima/gb-download-helper
Understøttede Sprog 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"
            ]
        }
    ]
}