Giant Bomb Download Helper

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

Qu'est-ce que Giant Bomb Download Helper ?

Giant Bomb Download Helper est une extension Chrome développée par Vince Cima, et sa fonction principale est "Set Giant Bomb videos to download on click and autoset a name.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Giant Bomb Download Helper

Téléchargez les fichiers d'extension Giant Bomb Download Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Giant Bomb Download Helper Giant Bomb Download Helper
ID ejfdldfakdhjmfebfpbafiklecjcjile
URL Officiel https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile
Description Set Giant Bomb videos to download on click and autoset a name.
Taille du Fichier 22.26 KB
Nombre d'Installations 82
Version Actuelle 0.1.0
Dernière Mise à Jour 2013-12-05
Date de Publication 2013-12-05
Évaluation 3.67/5 Total 3 Évaluations
Développeur Vince Cima
Type de Paiement free
Site Web de l'Extension https://github.com/vincecima/gb-download-helper
URL de la Page d'Aide https://github.com/vincecima/gb-download-helper
Langues Prises en Charge 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"
            ]
        }
    ]
}