Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
What is Giant Bomb Download Helper?
Giant Bomb Download Helper is a Chrome extension developed by Vince Cima, and its main feature is "Set Giant Bomb videos to download on click and autoset a name.".
Extension Screenshots
Download Giant Bomb Download Helper Extension CRX File
Download Giant Bomb Download Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
Official URL | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
Description | Set Giant Bomb videos to download on click and autoset a name. |
File Size | 22.26 KB |
Installation Count | 82 |
Current Version | 0.1.0 |
Last Updated | 2013-12-05 |
Publish Date | 2013-12-05 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Vince Cima |
Payment Type | free |
Extension Website | https://github.com/vincecima/gb-download-helper |
Help Page URL | https://github.com/vincecima/gb-download-helper |
Supported Languages | 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" ] } ] } |