Download Accelerator & Manager
Easily manage and accelerate your downloads up to 5 times!
Download Accelerator & Manager란 무엇입니까?
Download Accelerator & Manager은(는) Muyor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage and accelerate your downloads up to 5 times!"입니다.
확장 프로그램 스크린샷
Download Accelerator & Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download Accelerator & Manager is an extension that enables you to download large files with the multi-threaded method. It divides the input file into several sections and then downloads all sections in parallel. Just enter the desired thread count in the interface and then add a new download task. You can add a new download task through the interface (top-section) or simply right-click on a desired download link and then click on the - Download with Accelerator - item in the context menu. Note: after adding a new URL, please adjust the number of threads. Also note that currently, the maximum number of threads is 5. If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/download-accelerator-manager.html).
확장 프로그램 기본 정보
이름 | Download Accelerator & Manager |
ID | monfeonpgfbmljdpjhpjjponhmhefgce |
공식 URL | https://chromewebstore.google.com/detail/download-accelerator-mana/monfeonpgfbmljdpjhpjjponhmhefgce |
설명 | Easily manage and accelerate your downloads up to 5 times! |
파일 크기 | 156 KB |
설치 횟수 | 7,000 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2020-04-25 |
평점 | 3.77/5 총 31 개의 평점 |
개발자 | Muyor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/download-accelerator-manager.html |
도움말 페이지 URL | https://mybrowseraddon.com/download-accelerator-manager.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "name": "Download Accelerator & Manager", "description": "Easily manage and accelerate your downloads up to 5 times!", "homepage_url": "https:\/\/mybrowseraddon.com\/download-accelerator-manager.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "downloads", "contextMenus", "notifications", "downloads.open", "unlimitedStorage" ], "action": { "default_title": "Download Accelerator & Manager", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |