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 là gì?
Download by Internet Download Manager là một tiện ích mở rộng Chrome được phát triển bởi emano.waldeck, và tính năng chính của nó là "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".
Ả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 Download by Internet Download Manager
Tải xuống các tệp mở rộng Download by 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 | lgbipmmmnjifkiiikaffhceflifbmhib |
URL Chính Thức | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
Mô tả | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
Kích Thước Tệp | 93.6 KB |
Số Lần Cài Đặt | 60,668 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2021-05-20 |
Ngày Phát Hành | 2018-10-07 |
Đánh Giá | 4.03/5 Tổng số 135 Đánh Giá |
Nhà Phát Triển | emano.waldeck |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Emano-Waldeck/download-by/ |
URL Trang Trợ Giúp | https://github.com/Emano-Waldeck/download-by/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |