Download Accelerator & Manager
Easily manage and accelerate your downloads up to 5 times!
Τι είναι το Download Accelerator & Manager;
Το Download Accelerator & Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muyor, και η κύρια λειτουργία του είναι "Easily manage and accelerate your downloads up to 5 times!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Download Accelerator & Manager
Λήψη αρχείων επέκτασης Download Accelerator & Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |