Downloads Pro
A clean and modern download manager for professionals.
什么是Downloads Pro?
Downloads Pro是由Ner Karso开发的Chrome扩展程序,该扩展的主要功能是“A clean and modern download manager for professionals.”。
扩展截图
下载Downloads Pro扩展crx文件
下载Downloads Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What's New
- User color scheme support
- New light and dark theme
- Fresh and polished design
- Fixed some minor bugs
This extension blends seamlessly with your browser's UI and you can easily access all your downloads with a single click.
*This extension does not track you! 扩展基本信息
| 名称 | |
| ID | lhhocifdmhogpekeppdjamkelohahbop |
| 官方URL | https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop |
| 简介 | A clean and modern download manager for professionals. |
| 文件大小 | 18.72 KB |
| 安装次数 | 6,216 |
| 当前版本 | 3.0.2 |
| 更新时间 | 2021-04-03 |
| 上架时间 | 2019-10-26 |
| 评分 | 4.56/5 共66次评分 |
| 开发者 | Ner Karso |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "3.0.2",
"name": "Downloads Pro",
"short_name": "Downloads",
"description": "A clean and modern download manager for professionals.",
"icons": {
"16": "img\/icons\/icon-16x16.png",
"48": "img\/icons\/icon-48x48.png",
"128": "img\/icons\/icon-128x128.png"
},
"browser_action": {
"default_icon": "img\/icons\/icon-48x48.png",
"default_popup": "popup.html",
"default_title": "Downloads"
},
"content_scripts": [
{
"js": [
"js\/gizmo.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"img\/icons\/icon-48x48.png"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"permissions": [
"*:\/\/*\/*",
"activeTab",
"downloads.open",
"downloads.shelf",
"downloads"
],
"incognito": "split"
} | |