Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Giant Bomb Download Helperとは何ですか?
Giant Bomb Download HelperはVince Cimaによって開発されたChromeの拡張機能で、その主な機能は「Set Giant Bomb videos to download on click and autoset a name.」です。
拡張機能のスクリーンショット
Giant Bomb Download Helper拡張機能のCRXファイルをダウンロード
Giant Bomb Download Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
公式URL | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
説明 | Set Giant Bomb videos to download on click and autoset a name. |
ファイルサイズ | 22.26 KB |
インストール数 | 82 |
現在のバージョン | 0.1.0 |
最終更新日 | 2013-12-05 |
公開日 | 2013-12-05 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Vince Cima |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/vincecima/gb-download-helper |
ヘルプページのURL | https://github.com/vincecima/gb-download-helper |
対応言語 | 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" ] } ] } |