Open Internet Download Manager
Open with Internet Download Manager and download the desired links
Open Internet Download Managerคืออะไร?
Open Internet Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uptofast.com และคุณลักษณะหลักของมันคือ "Open with Internet Download Manager and download the desired links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Internet Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Open Internet Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhligenjelcnhopinaalpnbgomgillni |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
คำอธิบาย | Open with Internet Download Manager and download the desired links |
ขนาดไฟล์ | 54.67 KB |
จำนวนการติดตั้ง | 4,216 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2021-03-26 |
วันที่เผยแพร่ | 2021-03-26 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | uptofast.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://borwi.com/open-internet-download-manager/ |
URL หน้าช่วยเหลือ | https://borwi.com/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "offline_enabled": true, "short_name": "open-idm", "name": "Open Internet Download Manager", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "https:\/\/borwi.com\/open-internet-download-manager\/", "permissions": [ "storage", "contextMenus", "notifications", "nativeMessaging" ], "description": "Open with Internet Download Manager and download the desired links", "options_ui": { "open_in_tab": true, "chrome_style": true, "page": "data\/options\/options.html" }, "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" } } |