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 là gì?
Download with Internet Download Manager là một tiện ích mở rộng Chrome được phát triển bởi balvin.perrie, và tính năng chính của nó là "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".
Ả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 with Internet Download Manager
Tải xuống các tệp mở rộng Download with 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 | ijagoebbhgpklaaliglekagdjpigbcgm |
URL Chính Thức | https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm |
Mô tả | Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager |
Kích Thước Tệp | 97.44 KB |
Số Lần Cài Đặt | 17,872 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2020-12-30 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 3.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | balvin.perrie |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://add0n.com/download-with.html?from=idm |
URL Trang Trợ Giúp | https://add0n.com/download-with.html?from=idm |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/balvin.perrie.txt |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |