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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة http://www.internetdownloadmanager.com/support/chrome_integration.html
عنوان صفحة سياسة الخصوصية 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
}