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 |
| 官方網址 | 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"
} | |