Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Apa itu Giant Bomb Download Helper?
Giant Bomb Download Helper adalah ekstensi Chrome yang dikembangkan oleh Vince Cima, dan fitur utamanya adalah "Set Giant Bomb videos to download on click and autoset a name.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Giant Bomb Download Helper
Unduh file ekstensi Giant Bomb Download Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ejfdldfakdhjmfebfpbafiklecjcjile |
URL Resmi | https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile |
Deskripsi | Set Giant Bomb videos to download on click and autoset a name. |
Ukuran File | 22.26 KB |
Jumlah Instalasi | 82 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2013-12-05 |
Tanggal Publikasi | 2013-12-05 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Vince Cima |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/vincecima/gb-download-helper |
URL Halaman Bantuan | https://github.com/vincecima/gb-download-helper |
Bahasa yang Didukung | 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" ] } ] } |