Internet Downloader

Internet Downloader enables you to download a desired item with an Internet Download Manager (IDM) application.

Internet Downloader là gì?

Internet Downloader là một tiện ích mở rộng Chrome được phát triển bởi internetdownloadpro, và tính năng chính của nó là "Internet Downloader enables you to download a desired item with an Internet Download Manager (IDM) application.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Internet Downloader

Tải xuống các tệp mở rộng Internet Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Internet Downloader is a browser extension that enables you to open and download a desired item like a movie, mp3, pdf .. with an Internet Download Manager (IDM) application. In order to operate with this extension you need a native-client patch to connect your browser with native IDM application in your OS.

Internet Downloader is NOT a Youtube Downloader. Due to restrictions of the Google Webstore Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.
Allows you to download MP4, MOV, FLV, WEBM - Files, but not streams. No Youtube Downloader.

Please read the following to get more info on how to install native-client and operate with this extension.

Note: After installing the extension, you need to connect it with native IDM application on your machine. If you do not have IDM, please head to https://www.internetdownloadmanager.com/download.html and install IDM on your machine. Once you have IDM, you need to make the connection between IDM and your browser. In order to make this connection, a separate patch is provided in GitHub. Please download and install this patch from: https://github.com/adoluisa/native-client

Follow the instructions in the above GitHub page to download and install the related patch to your system. After installing, the Internet Downloader extension, your browser can communicate with IDM on your machine (Windows, Linux and Mac).

Note: Before using the extension, please open the option's page and make sure the path to IDM is correct based on your Operating System. For example, the path to IDM in Window 10 is: C:\Program Files (x86)\Internet Download Manager\IDMan.
Next, please follow the below steps to open and download desired links in IDM.

a. Right click on a download link and then click on the Internet Downloader from the context-menu.
b. IDM has several input arguments to enhance downloading desired files. The default argument for downloading is: /d. To get more info about other arguments please open the extension options page and read section arguments. Please note that, you need to add parameters comma separated, for example to automatically download a file write: "/d,/n" in the designated area.
c. You can set the IDM path in your machine from the options page.

Sample Installation Guide:
https://youtu.be/vnkw6LMh-3E

When you contact us in writing we will aim to acknowledge your correspondence within 2 working days.
https://www.internetdownloadpro.com/contact
Thank you!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Internet Downloader Internet Downloader
ID djanbhnjkgmpfcackklijlijgkcenjjf
URL Chính Thức https://chrome.google.com/webstore/detail/internet-downloader/djanbhnjkgmpfcackklijlijgkcenjjf
Mô tả Internet Downloader enables you to download a desired item with an Internet Download Manager (IDM) application.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 60,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-19
Ngày Phát Hành 2020-02-19
Đánh Giá 4.23/5 Tổng số 40 Đánh Giá
Nhà Phát Triển internetdownloadpro
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "version": "1.0",
    "name": "Internet Downloader",
    "homepage_url": "https:\/\/www.internetdownloadpro.com\/",
    "description": "Internet Downloader enables you to download a desired item with an Internet Download Manager (IDM) application.",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "alarms",
        "idle",
        "cookies",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "contextMenus",
        "downloads",
        "*:\/\/*\/*"
    ],
    "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.notifications.js",
            "core\/webext\/core\/chrome.browserAction.js",
            "core\/webext\/core\/chrome.contextMenus.js",
            "core\/webext\/core\/chrome.tabs.js",
            "core\/background.js",
            "termlib_parser.js",
            "config.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/disabled\/16.png",
            "18": "data\/icons\/disabled\/18.png",
            "19": "data\/icons\/disabled\/19.png",
            "32": "data\/icons\/disabled\/32.png",
            "36": "data\/icons\/disabled\/36.png",
            "38": "data\/icons\/disabled\/38.png",
            "48": "data\/icons\/disabled\/48.png",
            "64": "data\/icons\/disabled\/64.png"
        }
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}