Download with Free Download Manager (FDM)

Sends your downloading jobs to the Free Download Manager by pausing the built-in download manager

Download with Free Download Manager (FDM)คืออะไร?

Download with Free Download Manager (FDM) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InBasic และคุณลักษณะหลักของมันคือ "Sends your downloading jobs to the Free Download Manager by pausing the built-in download manager"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download with Free Download Manager (FDM)

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

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

                        Send your downloading job requests to the well-known Free Download Manager (FDM) to take advantage of the following features:

1. BitTorrent support
2. Enhanced audio/video files support
3. Download acceleration
4. Resuming broken downloads
5. Smart file management and powerful scheduler
6. Adjusting traffic usage
7. Remote Control
8. HTML Spider

This extension offers two levels of integration. The simple one is the right-click context menu items for video, audio, and image file types. The second level is an observer for downloading requests that are sent to the built-in download manager. The extension pauses each download when a new request is submitted. Then sends the actual downloadable URL to your Free Download Manager. This mode is more aggressive and can simply toggle on and off from the browser action.

Notes:
1. For the extension to work you need to have Free Download Manager (FDM) installed; http://www.freedownloadmanager.org/
2. For the extension to be able to communicate with FDM, a small native client is required. This native client can be found at https://github.com/belaviyo/native-client/releases. You will get the instruction on how to install this native client when the extension tries to communicate for the first time.
3. This extension can extract links from selected text. Use the right-click context menu over selected text to access this tool.

Web Components:
This extension uses "notification-view" web component:
https://webextension.org/custom-component/notification-view/index.html                    

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

ชื่อ Download with Free Download Manager (FDM) Download with Free Download Manager (FDM)
ID jlodlegnpjplclncjkgolcmdhjmlokna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-with-free-downlo/jlodlegnpjplclncjkgolcmdhjmlokna
คำอธิบาย Sends your downloading jobs to the Free Download Manager by pausing the built-in download manager
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 65,245
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2020-06-28
คะแนน 4.39/5 รวมทั้งหมด 138 คะแนน
ผู้พัฒนา InBasic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/download-with.html?from=fdm
URL หน้าช่วยเหลือ https://webextension.org/listing/download-with.html?from=fdm
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/inb.cor.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Download with Free Download Manager (FDM)",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.3.2",
    "homepage_url": "https:\/\/webextension.org\/listing\/download-with.html?from=fdm",
    "permissions": [
        "storage",
        "nativeMessaging",
        "notifications",
        "downloads",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/grab\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": []
    }
}