DownloadPro

DownloadPro

什么是DownloadPro?

DownloadPro是由https://hocgin.top开发的Chrome扩展程序,该扩展的主要功能是“DownloadPro”。

扩展截图

screenshot
screenshot

下载DownloadPro扩展crx文件

下载DownloadPro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The browser plug-in super downloader is a powerful download tool, which can check the download progress conveniently and quickly.
It provides many features, including:

   Progress display: You can view the download progress in real time, including the downloaded file size, download speed, remaining time, etc.

   Copy download link: You can copy the download link to the clipboard, which is convenient for other download tools or other purposes.

   Re-download: If an error occurs during the download, you can restart the download.

   Open the file: After the download is complete, you can directly open the file.

   Open Directory: You can easily open the directory where the downloaded file is located.

   One-click clear record: You can quickly clear the download history.

   Silent download: You can download silently in the background without disturbing the user.

In general, the browser plug-in super downloader is a very convenient and practical download tool, which can meet various downloading needs of users.

If you encounter problems during use, please don't worry, bad reviews can't solve the problem. You can give feedback on the link below, and I will follow up in time.
👉 https://logspot.hocgin.top/addone-download-pro?active=feedback 👈

If it helps you, can you give me a good review🌹                    

扩展基本信息

名称 DownloadPro DownloadPro
ID ogkmaejhplibnhinnnmbppiacggnnmlh
官方URL https://chromewebstore.google.com/detail/downloadpro/ogkmaejhplibnhinnnmbppiacggnnmlh
简介 DownloadPro
文件大小 1022 KB
安装次数 262
当前版本 0.0.14
更新时间 2023-10-18
上架时间 2023-01-02
开发者 https://hocgin.top
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://logspot.hocgin.top/privacy
支持的语言 de,en,fr,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.0.14",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "options_page": "$options.html",
    "action": {
        "default_popup": "$popup.html",
        "default_title": "__MSG_extension_extension_action_title"
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "homepage_url": "https:\/\/logspot.hocgin.top\/addone-download-pro",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "management",
        "notifications",
        "downloads",
        "downloads.shelf",
        "downloads.open"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/sso.hocgin.top\/addone\/addone-download-pro\/redirect*",
                "https:\/\/sso.hocgin.top\/addone\/addone-download-pro\/redirect*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/logspot.hocgin.top\/addone-download-pro*",
                "*:\/\/*\/addone-download-pro*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_1.js"
            ],
            "css": [
                "contentScript_1.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}