DownloadPro

DownloadPro

Apa itu DownloadPro?

DownloadPro adalah ekstensi Chrome yang dikembangkan oleh https://hocgin.top, dan fitur utamanya adalah "DownloadPro".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DownloadPro

Unduh file ekstensi DownloadPro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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🌹                    

Informasi Dasar Ekstensi

Nama DownloadPro DownloadPro
ID ogkmaejhplibnhinnnmbppiacggnnmlh
URL Resmi https://chromewebstore.google.com/detail/downloadpro/ogkmaejhplibnhinnnmbppiacggnnmlh
Deskripsi DownloadPro
Ukuran File 1022 KB
Jumlah Instalasi 262
Versi Saat Ini 0.0.14
Terakhir Diperbarui 2023-10-18
Tanggal Publikasi 2023-01-02
Pengembang https://hocgin.top
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://logspot.hocgin.top/privacy
Bahasa yang Didukung 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"
    }
}