Download with Internet Download Manager
Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Download with Internet Download Managerคืออะไร?
Download with Internet Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย balvin.perrie และคุณลักษณะหลักของมันคือ "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download with Internet Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Download with Internet Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ijagoebbhgpklaaliglekagdjpigbcgm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm |
คำอธิบาย | Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager |
ขนาดไฟล์ | 97.44 KB |
จำนวนการติดตั้ง | 17,872 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2020-12-30 |
วันที่เผยแพร่ | 2020-02-26 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | balvin.perrie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://add0n.com/download-with.html?from=idm |
URL หน้าช่วยเหลือ | https://add0n.com/download-with.html?from=idm |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/balvin.perrie.txt |
ภาษาที่รองรับ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download with Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "version": "0.2.2", "manifest_version": 2, "permissions": [ "storage", "nativeMessaging", "notifications", "downloads", "contextMenus" ], "optional_permissions": [ "*:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "config.js", "termlib_parser.js", "background.js" ] }, "browser_action": [], "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm", "options_ui": { "page": "data\/options\/index.html", "chrome_style": true, "open_in_tab": true }, "web_accessible_resources": [ "data\/grab\/index.html" ] } |