Download with Internet Download Manager
Easily open desired links in Internet Download Manager
什么是Download with Internet Download Manager?
Download with Internet Download Manager是由https://open-with-idm.freefinancetools.net开发的Chrome扩展程序,该扩展的主要功能是“Easily open desired links in Internet Download Manager”。
扩展截图
下载Download with Internet Download Manager扩展crx文件
下载Download with Internet Download Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | lggbkhcdojaliofkffiehndnmppnoonl |
| 官方URL | https://chrome.google.com/webstore/detail/download-with-internet-do/lggbkhcdojaliofkffiehndnmppnoonl |
| 简介 | Easily open desired links in Internet Download Manager |
| 文件大小 | 507 KB |
| 安装次数 | 8,779 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-12-11 |
| 上架时间 | 2020-10-20 |
| 评分 | 3.89/5 共406次评分 |
| 开发者 | https://open-with-idm.freefinancetools.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.0",
"name": "__MSG_AppName__",
"description": "__MSG_AppDescription__",
"default_locale": "en",
"icons": {
"16": "data\/icons\/icon-16.png",
"32": "data\/icons\/icon-32.png",
"48": "data\/icons\/icon-48.png",
"64": "data\/icons\/icon-64.png",
"128": "data\/icons\/icon-128.png",
"256": "data\/icons\/icon-256.png"
},
"offline_enabled": true,
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"nativeMessaging",
"contextMenus"
],
"background": {
"scripts": [
"core\/webext\/utils\/EventEmitter.js",
"core\/webext\/core\/base.js",
"core\/webext\/core\/chrome.storage.js",
"core\/webext\/core\/chrome.runtime.js",
"core\/webext\/core\/chrome.browserAction.js",
"core\/webext\/core\/chrome.contextMenus.js",
"core\/webext\/core\/chrome.tabs.js",
"js\/update.js",
"termlib_parser.js",
"config.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"16": "data\/icons\/icon-16.png",
"32": "data\/icons\/icon-32.png",
"48": "data\/icons\/icon-48.png",
"64": "data\/icons\/icon-64.png",
"128": "data\/icons\/icon-128.png",
"256": "data\/icons\/icon-256.png"
},
"default_popup": "popup.html"
},
"options_ui": {
"page": "data\/options\/index.html",
"chrome_style": true
}
} | |