DownloadPro

DownloadPro

Vad är DownloadPro?

DownloadPro är en Chrome-tillägg utvecklad av https://hocgin.top, och dess huvudfunktion är "DownloadPro".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner DownloadPro-förlängningens CRX-fil

Ladda ner DownloadPro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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🌹                    

Grundläggande Information om Tillägg

Namn DownloadPro DownloadPro
ID ogkmaejhplibnhinnnmbppiacggnnmlh
Officiell webbadress https://chromewebstore.google.com/detail/downloadpro/ogkmaejhplibnhinnnmbppiacggnnmlh
Beskrivning DownloadPro
Filstorlek 1022 KB
Antal Installationer 262
Aktuell Version 0.0.14
Senast Uppdaterad 2023-10-18
Publiceringsdatum 2023-01-02
Utvecklare https://hocgin.top
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://logspot.hocgin.top/privacy
Stödda Språk 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"
    }
}