Xtreme Download Manager
XDM is an open source download manager
Τι είναι το Xtreme Download Manager;
Το Xtreme Download Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://subhra74.github.io/xdm, και η κύρια λειτουργία του είναι "XDM is an open source download manager".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Xtreme Download Manager
Λήψη αρχείων επέκτασης Xtreme Download Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager. This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm The sole purpose of this extension is integration with Xtreme Download Manager desktop application. Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner. Please report any Issues here: https://github.com/subhra74/xdm/issues For more info & usage visit: https://github.com/subhra74/xdm https://sourceforge.net/projects/xdman/ https://subhra74.github.io/xdm/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dkckaoghoiffdbomfbbodbbgmhjblecj |
Επίσημο URL | https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj |
Περιγραφή | XDM is an open source download manager |
Μέγεθος Αρχείου | 50.71 KB |
Αριθμός Εγκαταστάσεων | 300,000 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2020-05-30 |
Ημερομηνία Δημοσίευσης | 2020-05-28 |
Αξιολόγηση | 4.29/5 Συνολικά 194 Αξιολογήσεις |
Προγραμματιστής | https://subhra74.github.io/xdm |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/subhra74/xdm |
Διεύθυνση URL της Σελίδας Βοήθειας | https://subhra74.github.io/xdm/privacy.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://subhra74.github.io/xdm/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0", "name": "Xtreme Download Manager", "description": "XDM is an open source download manager", "version": "2.1", "icons": { "48": "icon.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } } } |