Open Internet Download Manager
Open with Internet Download Manager and download the desired links
Open Internet Download Manager là gì?
Open Internet Download Manager là một tiện ích mở rộng Chrome được phát triển bởi uptofast.com, và tính năng chính của nó là "Open with Internet Download Manager and download the desired links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open Internet Download Manager
Tải xuống các tệp mở rộng Open Internet Download Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jhligenjelcnhopinaalpnbgomgillni |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
Mô tả | Open with Internet Download Manager and download the desired links |
Kích Thước Tệp | 54.67 KB |
Số Lần Cài Đặt | 4,216 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-03-26 |
Ngày Phát Hành | 2021-03-26 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | uptofast.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://borwi.com/open-internet-download-manager/ |
URL Trang Trợ Giúp | https://borwi.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |