Giant Bomb Download Helper
Set Giant Bomb videos to download on click and autoset a name.
Giant Bomb Download Helperคืออะไร?
Giant Bomb Download Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vince Cima และคุณลักษณะหลักของมันคือ "Set Giant Bomb videos to download on click and autoset a name."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Giant Bomb Download Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |