Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Wat is Giant Bomb Download Helper?
Giant Bomb Download Helper is een Chrome-extensie ontwikkeld door Vince Cima, en de belangrijkste functie is "Set Giant Bomb videos to download on click and autoset a name.".
Extensie Screenshots
Download het CRX-bestand van de extensie Giant Bomb Download Helper
Download Giant Bomb Download Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
Officiële URL | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
Beschrijving | Set Giant Bomb videos to download on click and autoset a name. |
Bestandsgrootte | 22.26 KB |
Aantal Installaties | 82 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2013-12-05 |
Publicatiedatum | 2013-12-05 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Vince Cima |
Betalingswijze | free |
Extensiewebsite | https://github.com/vincecima/gb-download-helper |
Help Pagina-URL | https://github.com/vincecima/gb-download-helper |
Ondersteunde Talen | 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" ] } ] } |