Downloads Pro

A clean and modern download manager for professionals.

Downloads Pro là gì?

Downloads Pro là một tiện ích mở rộng Chrome được phát triển bởi Ner Karso, và tính năng chính của nó là "A clean and modern download manager for professionals.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Downloads Pro

Tải xuống các tệp mở rộng Downloads Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Downloads Pro Downloads Pro
ID lhhocifdmhogpekeppdjamkelohahbop
URL Chính Thức https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop
Mô tả A clean and modern download manager for professionals.
Kích Thước Tệp 18.72 KB
Số Lần Cài Đặt 6,216
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2021-04-03
Ngày Phát Hành 2019-10-26
Đánh Giá 4.56/5 Tổng số 66 Đánh Giá
Nhà Phát Triển Ner Karso
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}