Xtreme Download Manager
XDM is an open source download manager
Xtreme Download Managerคืออะไร?
Xtreme Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subhra74.github.io/xdm และคุณลักษณะหลักของมันคือ "XDM is an open source download manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xtreme Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Xtreme Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager. This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm The sole purpose of this extension is integration with Xtreme Download Manager desktop application. Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner. Please report any Issues here: https://github.com/subhra74/xdm/issues For more info & usage visit: https://github.com/subhra74/xdm https://sourceforge.net/projects/xdman/ https://subhra74.github.io/xdm/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dkckaoghoiffdbomfbbodbbgmhjblecj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj |
คำอธิบาย | XDM is an open source download manager |
ขนาดไฟล์ | 50.71 KB |
จำนวนการติดตั้ง | 300,000 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2020-05-30 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.29/5 รวมทั้งหมด 194 คะแนน |
ผู้พัฒนา | https://subhra74.github.io/xdm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/subhra74/xdm |
URL หน้าช่วยเหลือ | https://subhra74.github.io/xdm/privacy.html |
URL หน้านโยบายความเป็นส่วนตัว | https://subhra74.github.io/xdm/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0", "name": "Xtreme Download Manager", "description": "XDM is an open source download manager", "version": "2.1", "icons": { "48": "icon.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } } } |