Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Vad är Giant Bomb Download Helper?
Giant Bomb Download Helper är en Chrome-tillägg utvecklad av Vince Cima, och dess huvudfunktion är "Set Giant Bomb videos to download on click and autoset a name.".
Tilläggsskärmbilder
Ladda ner Giant Bomb Download Helper-förlängningens CRX-fil
Ladda ner Giant Bomb Download Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
Officiell webbadress | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
Beskrivning | Set Giant Bomb videos to download on click and autoset a name. |
Filstorlek | 22.26 KB |
Antal Installationer | 82 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2013-12-05 |
Publiceringsdatum | 2013-12-05 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Vince Cima |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/vincecima/gb-download-helper |
Hjälpsida URL | https://github.com/vincecima/gb-download-helper |
Stödda Språk | 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" ] } ] } |