Online Download Manager

Easily manage and accelerate your downloads up to 5 times!

Online Download Manager란 무엇입니까?

Online Download Manager은(는) https://downloader.dllplayer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage and accelerate your downloads up to 5 times!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Online Download Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Online Download Manager will enable you to download all types of files without any hassle at the maximum speed.

Download Accelerator is an application that enables you to download large files with multi-threaded method.

You can easily download any url on the web and save files on your PC or right on your Google Drive without saving it on your side.

How to use internet download manager for chrome
- select image, voice, video
- click right then click download with ODM
- click start download
- Our software will split your download into multiple files

All the features are available right in your browser!

This software is 100% free and does not require you to pay.                    

확장 프로그램 기본 정보

이름 Online Download Manager Online Download Manager
ID kilhigaineblocfbpikplhgaacgigfnb
공식 URL https://chromewebstore.google.com/detail/online-download-manager/kilhigaineblocfbpikplhgaacgigfnb
설명 Easily manage and accelerate your downloads up to 5 times!
파일 크기 932 KB
설치 횟수 10,000
현재 버전 3.0.1
최근 업데이트 2023-11-01
출시 날짜 2020-07-15
평점 3.41/5 총 49 개의 평점
개발자 https://downloader.dllplayer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://downloader.dllplayer.com
지원되는 언어 id,ms,de,en,en-US,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,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "short_name": "download-accelerator-manager",
    "version": "3.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "homepage_url": "https:\/\/downloader.dllplayer.com\/",
    "permissions": [
        "storage",
        "downloads",
        "alarms"
    ],
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}