IDM Integration Module
Download files with Internet Download Manager
IDM Integration Module là gì?
IDM Integration Module là một tiện ích mở rộng Chrome được phát triển bởi https://www.internetdownloadmanager.com, và tính năng chính của nó là "Download files with Internet 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 IDM Integration Module
Tải xuống các tệp mở rộng IDM Integration Module 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
Adds "Download with IDM" context menu item for links.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IDM Integration Module |
ID | ngpampappnmepgilojfohadhhmbhlaek |
URL Chính Thức | https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek |
Mô tả | Download files with Internet Download Manager |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 21,000,000 |
Phiên Bản Hiện Tại | 6.42.3 |
Cập Nhật Lần Cuối | 2024-01-20 |
Ngày Phát Hành | 2023-09-13 |
Đánh Giá | 4.27/5 Tổng số 2028 Đánh Giá |
Nhà Phát Triển | https://www.internetdownloadmanager.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.internetdownloadmanager.com/ |
URL Trang Trợ Giúp | http://www.internetdownloadmanager.com/support/chrome_integration.html |
URL Trang Chính Sách Bảo Mật | http://www.internetdownloadmanager.com/support/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,tr,es,it,pl,ru,iw,fa,th,ar,zh-CN,zh-TW |
manifest.json | |
{ "name": "IDM Integration Module", "description": "__MSG_extension_desc__", "version": "6.42.3", "author": "Tonec FZE", "homepage_url": "http:\/\/www.internetdownloadmanager.com\/", "default_locale": "en", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ "captured.html" ], "permissions": [ " |