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?
Download with Internet Download Manager是由balvin.perrie开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Download with Internet Download Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ijagoebbhgpklaaliglekagdjpigbcgm |
官方URL | https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm |
简介 | Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager |
文件大小 | 97.44 KB |
安装次数 | 17,872 |
当前版本 | 0.2.2 |
更新时间 | 2020-12-30 |
上架时间 | 2020-02-26 |
评分 | 3.83/5 共6次评分 |
开发者 | balvin.perrie |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://add0n.com/download-with.html?from=idm |
帮助页面URL | https://add0n.com/download-with.html?from=idm |
隐私政策页面URL | https://add0n.com/policies/balvin.perrie.txt |
支持的语言 | 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" ] } |