Xtreme Download Manager
XDM is an open source download manager
Was ist Xtreme Download Manager?
Xtreme Download Manager ist eine Chrome-Erweiterung, die von https://subhra74.github.io/xdm entwickelt wurde, und ihr Hauptmerkmal ist "XDM is an open source download manager".
Erweiterungsscreenshots
Xtreme Download Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Xtreme Download Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | dkckaoghoiffdbomfbbodbbgmhjblecj |
Offizielle URL | https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj |
Beschreibung | XDM is an open source download manager |
Dateigröße | 50.71 KB |
Installationsanzahl | 300,000 |
Aktuelle Version | 2.1 |
Letztes Update | 2020-05-30 |
Veröffentlichungsdatum | 2020-05-28 |
Bewertung | 4.29/5 Insgesamt 194 Bewertungen |
Entwickler | https://subhra74.github.io/xdm |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/subhra74/xdm |
Hilfeseite URL | https://subhra74.github.io/xdm/privacy.html |
URL der Datenschutzrichtlinien-Seite | https://subhra74.github.io/xdm/privacy.html |
Unterstützte Sprachen | 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" } } } |