Download with Internet Download Manager

Easily open desired links in Internet Download Manager

什麼是Download with Internet Download Manager?

Download with Internet Download Manager是由https://open-with-idm.freefinancetools.net開發的Chrome擴展程式,該擴展的主要功能是“Easily open desired links in Internet Download Manager”。

擴展截圖

screenshot

下載Download with Internet Download Manager擴展crx文件

下載Download with Internet Download Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Download with Internet Download Manager Download with Internet Download Manager
ID lggbkhcdojaliofkffiehndnmppnoonl
官方網址 https://chrome.google.com/webstore/detail/download-with-internet-do/lggbkhcdojaliofkffiehndnmppnoonl
簡介 Easily open desired links in Internet Download Manager
檔案大小 507 KB
安裝次數 8,779
目前版本 1.0.0
更新時間 2020-12-11
上架時間 2020-10-20
評分 3.89/5 共 406 次評分
開發者 https://open-with-idm.freefinancetools.net
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "icons": {
        "16": "data\/icons\/icon-16.png",
        "32": "data\/icons\/icon-32.png",
        "48": "data\/icons\/icon-48.png",
        "64": "data\/icons\/icon-64.png",
        "128": "data\/icons\/icon-128.png",
        "256": "data\/icons\/icon-256.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "core\/webext\/utils\/EventEmitter.js",
            "core\/webext\/core\/base.js",
            "core\/webext\/core\/chrome.storage.js",
            "core\/webext\/core\/chrome.runtime.js",
            "core\/webext\/core\/chrome.browserAction.js",
            "core\/webext\/core\/chrome.contextMenus.js",
            "core\/webext\/core\/chrome.tabs.js",
            "js\/update.js",
            "termlib_parser.js",
            "config.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/icon-16.png",
            "32": "data\/icons\/icon-32.png",
            "48": "data\/icons\/icon-48.png",
            "64": "data\/icons\/icon-64.png",
            "128": "data\/icons\/icon-128.png",
            "256": "data\/icons\/icon-256.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}