Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
Download by Internet Download Managerคืออะไร?
Download by Internet Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emano.waldeck และคุณลักษณะหลักของมันคือ "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download by Internet Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Download by Internet Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lgbipmmmnjifkiiikaffhceflifbmhib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
คำอธิบาย | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
ขนาดไฟล์ | 93.6 KB |
จำนวนการติดตั้ง | 60,668 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2021-05-20 |
วันที่เผยแพร่ | 2018-10-07 |
คะแนน | 4.03/5 รวมทั้งหมด 135 คะแนน |
ผู้พัฒนา | emano.waldeck |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Emano-Waldeck/download-by/ |
URL หน้าช่วยเหลือ | https://github.com/Emano-Waldeck/download-by/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.4", "name": "Download by Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "homepage_url": "https:\/\/add0n.com\/download-by.html?from=idm", "permissions": [ "storage", "notifications", "webRequest", "webRequestBlocking", "nativeMessaging", "contextMenus", "downloads", "*:\/\/*\/*" ], "background": { "scripts": [ "webext.js", "termlib_parser.js", "config.js", "background.js" ] }, "browser_action": [], "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |