Download Manager Pro
A useful download manager extension
什么是Download Manager Pro?
Download Manager Pro是由mifish开发的Chrome扩展程序,该扩展的主要功能是“A useful download manager extension”。
扩展截图
下载Download Manager Pro扩展crx文件
下载Download Manager Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download Manager Pro is a simple and efficient download management plugin.
- Lightweight: Don't worry about slowing down your browser.
- Simple and efficient: all functions are clear at a glance. You can achieve your goal with one click.
- Beautiful: The interface is clean and tidy and beautiful.
- Easy to use: Even small children can easily get started. 扩展基本信息
| 名称 | |
| ID | fmgaogkbodhdhhbgkphhbokciiecllno |
| 官方URL | https://chromewebstore.google.com/detail/download-manager-pro/fmgaogkbodhdhhbgkphhbokciiecllno |
| 简介 | A useful download manager extension |
| 文件大小 | 273 KB |
| 安装次数 | 22,915 |
| 当前版本 | 21.5.20.1107 |
| 更新时间 | 2022-06-03 |
| 上架时间 | 2020-05-21 |
| 评分 | 4.61/5 共370次评分 |
| 开发者 | mifish |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.yearnnewtab.com/public/privacy |
| 支持的语言 | id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"background": {
"page": "background\/background.html"
},
"browser_action": {
"default_icon": "icons\/icon-48.png",
"default_popup": "index.html",
"default_title": "__MSG_download_extension_name__"
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/www.google-analytics.com\/ 'unsafe-eval' ; object-src 'self'",
"default_locale": "zh_CN",
"description": "__MSG_extension_description__",
"homepage_url": "https:\/\/www.infinitynewtab.com\/",
"icons": {
"128": "icons\/icon-128px.png",
"48": "icons\/icon-48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt80VMDyC35udWs8ZHw56krxl6Qc42rfpsfh3sNMb3B0sg7y1lPi5kntL94FLY+\/QSRqX0sgkqgDMCcCdfd\/9SAOni26Znf0mMmUTEAq8p0aj3lCsUmzgZFd2JIOmtfOZzuDfOf7oEbmG+LIyfBaBAUDlERN7LZrGoRYE7BEHEqpCnyYIaD7hUwBAfu73wkQtxOJmOn9LCiUJqHXaG+rMnoPO0I\/brxGe4GeH1nkF0Ft+\/xOSWtEhuGzoXUKDhQv4OYZVO5OyO0rXT65sY6uLLLvMJ3VLZN\/XnMHlta55naR4txHy\/NzIiHHvfhbAonTv5xHz10sX7lbMYC6rtbnwOwIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "36",
"name": "__MSG_download_extension_name__",
"offline_enabled": true,
"permissions": [
"notifications",
"background",
"downloads",
"downloads.shelf",
"downloads.open"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "21.5.20.1107"
} | |