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
公式URL 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
Eメール [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
    }
}