IDM Integration Module

Download files with Internet Download Manager

IDM Integration Moduleคืออะไร?

IDM Integration Module เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.internetdownloadmanager.com และคุณลักษณะหลักของมันคือ "Download files with Internet Download Manager"

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

screenshot

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

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

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

                        Adds "Download with IDM" context menu item for links.                    

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

ชื่อ IDM Integration Module IDM Integration Module
ID ngpampappnmepgilojfohadhhmbhlaek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek
คำอธิบาย Download files with Internet Download Manager
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 21,000,000
เวอร์ชันปัจจุบัน 6.42.3
อัปเดตครั้งล่าสุด 2024-01-20
วันที่เผยแพร่ 2023-09-13
คะแนน 4.27/5 รวมทั้งหมด 2028 คะแนน
ผู้พัฒนา https://www.internetdownloadmanager.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.internetdownloadmanager.com/
URL หน้าช่วยเหลือ http://www.internetdownloadmanager.com/support/chrome_integration.html
URL หน้านโยบายความเป็นส่วนตัว http://www.internetdownloadmanager.com/support/privacy.html
ภาษาที่รองรับ de,en,fr,nl,tr,es,it,pl,ru,iw,fa,th,ar,zh-CN,zh-TW
manifest.json
{
    "name": "IDM Integration Module",
    "description": "__MSG_extension_desc__",
    "version": "6.42.3",
    "author": "Tonec FZE",
    "homepage_url": "http:\/\/www.internetdownloadmanager.com\/",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "captured.html"
    ],
    "permissions": [
        "",
        "tabs",
        "cookies",
        "contextMenus",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.shelf",
        "management",
        "storage",
        "proxy",
        "nativeMessaging"
    ],
    "optional_permissions": [
        "notifications",
        "system.display"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.internetdownloadmanager.com\/*",
            "*:\/\/*.tonec.com\/*"
        ]
    },
    "content_security_policy": "connect-src *; script-src 'self' 'sha256-3A6Y6ygbQdayC7L3d1LSwz60wQiRVT9GBErQTn6TwTo='; style-src 'unsafe-inline'; default-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "47.0",
    "offline_enabled": false,
    "manifest_version": 2
}