jDM

Add downloads directly from Google Chrome browser to jDM (macOS App).

jDMคืออะไร?

jDM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JAGRAJ SINGH และคุณลักษณะหลักของมันคือ "Add downloads directly from Google Chrome browser to jDM (macOS App)."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jDM

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

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

                        This extension captures downloads for jDM(macOS App) in Google Chrome browser and sends them to jDM so you can download your files with ease and faster. You can easily start one or more downloads in jDM with context menu items: 'Download with jDM', 'Download Selected with jDM' and 'Download All with jDM'. This extension is fully customizable.

It may also detect audio/video files you stream on websites, these can be downloaded with jDM with single click in popup page. The popup page shows filename and size, quality or duration of the media.

About jDM(macOS App):
jDM is a download manager and accelerator. It can split downloads in up to 32 threads to download files quickly. It features queue management, authentication, browsers integration, scheduler, notifications, resume of interrupted downloads etc. jDM supports ftp, http and https protocols.

Disclaimer:
Please note that our products (jDM Mac app or this extension) are not responsible for the media downloaded by users. We strongly recommend the user to check the copyright of the media and files before downloading. The uses of this extension for illegal purposes is forbidden. If you're unsure about the media to be downloadable you should contact the owner or publisher of the media and ask for permission to download it. You(the user) acknowledge that you bear entire liability(if any) for copyright violations.                    

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

ชื่อ jDM jDM
ID afgfnlmaghalebgcegfiapebifghbaac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jdm/afgfnlmaghalebgcegfiapebifghbaac
คำอธิบาย Add downloads directly from Google Chrome browser to jDM (macOS App).
ขนาดไฟล์ 56.53 KB
จำนวนการติดตั้ง 460
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2020-07-28
วันที่เผยแพร่ 2019-11-14
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา JAGRAJ SINGH
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.shivapis.com/jdm-extensions.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "jDM"
    },
    "content_scripts": [
        {
            "js": [
                "js\/background.js",
                "js\/endscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add downloads directly from Google Chrome browser to jDM (macOS App).",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "name": "jDM",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "webRequest",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "cookies"
    ],
    "version": "2.4",
    "options_page": "options.html"
}