Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Was ist Giant Bomb Download Helper?
Giant Bomb Download Helper ist eine Chrome-Erweiterung, die von Vince Cima entwickelt wurde, und ihr Hauptmerkmal ist "Set Giant Bomb videos to download on click and autoset a name.".
Erweiterungsscreenshots
Giant Bomb Download Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Giant Bomb Download Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
Offizielle URL | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
Beschreibung | Set Giant Bomb videos to download on click and autoset a name. |
Dateigröße | 22.26 KB |
Installationsanzahl | 82 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2013-12-05 |
Veröffentlichungsdatum | 2013-12-05 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Vince Cima |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/vincecima/gb-download-helper |
Hilfeseite URL | https://github.com/vincecima/gb-download-helper |
Unterstützte Sprachen | 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" ] } ] } |