IDM Integration Module

Download files with Internet Download Manager

Apa itu IDM Integration Module?

IDM Integration Module adalah ekstensi Chrome yang dikembangkan oleh https://www.internetdownloadmanager.com, dan fitur utamanya adalah "Download files with Internet Download Manager".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IDM Integration Module

Unduh file ekstensi IDM Integration Module dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama IDM Integration Module IDM Integration Module
ID ngpampappnmepgilojfohadhhmbhlaek
URL Resmi https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek
Deskripsi Download files with Internet Download Manager
Ukuran File 107 KB
Jumlah Instalasi 21,000,000
Versi Saat Ini 6.42.3
Terakhir Diperbarui 2024-01-20
Tanggal Publikasi 2023-09-13
Penilaian 4.27/5 Total 2028 Penilaian
Pengembang https://www.internetdownloadmanager.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.internetdownloadmanager.com/
URL Halaman Bantuan http://www.internetdownloadmanager.com/support/chrome_integration.html
URL Halaman Kebijakan Privasi http://www.internetdownloadmanager.com/support/privacy.html
Bahasa yang Didukung 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
}