Download with Download Accelerator Plus (DAP)

Send download links to the DAP download manager by interrupting the built-in download manager or using the right-click context menu

Download with Download Accelerator Plus (DAP)คืออะไร?

Download with Download Accelerator Plus (DAP) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InBasic และคุณลักษณะหลักของมันคือ "Send download links to the DAP download manager by interrupting the built-in download manager or using the right-click context menu"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download with Download Accelerator Plus (DAP)

ดาวน์โหลดไฟล์ส่วนขยาย Download with Download Accelerator Plus (DAP) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension integrates the well-known DAP (SpeedBit's Download Accelerator Plus) download manager to your browsers at different levels.

DAP Features:
  1. Pause and Resume: Resume broken or interrupted downloads and resume all paused downloads at once
  2. Download Security: Know if the file you downloaded is safe before you open it!
  3. Mirror Sites Speed Boost: Search for the fastest download sources and switch to faster mirror sites while downloading

Usage:
1. Simple use: right-click over a link, image, audio, or video element and select "Download with DAP" options. 
2. Advanced usage: You can get links from the current page or a selected area. You may also pass downloading jobs to the DAP manager by interrupting the built-in download manager. In case the download URL is not supplied directly by a website, this option is handy.
3. You can enable and disable the interruption feature directly from the browser action button.

Notes:
1. For the extension to work, you need to have Download Accelerator Plus (DAP) installed; http://www.speedbit.com/dap/
2. For the extension to be able to start Download Accelerator Plus (DAP) and communicate with it, a small native client is required. This native client can be found at https://github.com/belaviyo/native-client/releases. You will get instructions on how to install this native client when the extension tries to communicate for the first time.
3. Even without the native client, this extension works if you manually start DAP once. The extension uses the DAP's HTTP server to communicate with this download manager.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download with Download Accelerator Plus (DAP) Download with Download Accelerator Plus (DAP)
ID hlbdmmifbcfpccdnoknhdfcifiglaihb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-with-download-ac/hlbdmmifbcfpccdnoknhdfcifiglaihb
คำอธิบาย Send download links to the DAP download manager by interrupting the built-in download manager or using the right-click context menu
ขนาดไฟล์ 50.93 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2020-07-05
คะแนน 4.17/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา InBasic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/download-with.html?from=dap
URL หน้าช่วยเหลือ https://webextension.org/listing/download-with.html?from=dap
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/inb.cor.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "Download with Download Accelerator Plus (DAP)",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "nativeMessaging",
        "notifications",
        "downloads",
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "dap.js"
    },
    "action": [],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/download-with.html?from=dap",
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/grab\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    }
}