DownFaster
this is a tool for download all resources faster for this webpage.
DownFasterคืออะไร?
DownFaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bugrose และคุณลักษณะหลักของมันคือ "this is a tool for download all resources faster for this webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DownFaster
ดาวน์โหลดไฟล์ส่วนขยาย DownFaster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a tool for download resources such as javascript files,images and stylesheet files. You can select whatever you want download, and they will packaged in a zip file, then download automatically. If there's any problems, please let me know. My Email:[email protected] Have FUN
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dcloeafkedgmoodilkgbjbdfbieoiiab |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab |
คำอธิบาย | this is a tool for download all resources faster for this webpage. |
ขนาดไฟล์ | 64.36 KB |
จำนวนการติดตั้ง | 3,979 |
เวอร์ชันปัจจุบัน | 1.12.3935.0 |
อัปเดตครั้งล่าสุด | 2012-09-05 |
วันที่เผยแพร่ | 2012-09-05 |
คะแนน | 4.15/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | bugrose |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "ico16_unactive.png", "default_title": "download monster", "icons": [ "ico16_unactive.png" ], "name": "DownFaster", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "this is a tool for download all resources faster for this webpage.", "icons": { "16": "ico16.png", "48": "ico48.png", "128": "ico128.png" }, "name": "DownFaster", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.12.3935.0", "manifest_version": 2 } |