Xtreme Download Manager
XDM is an open source download manager
Vad är Xtreme Download Manager?
Xtreme Download Manager är en Chrome-tillägg utvecklad av https://subhra74.github.io/xdm, och dess huvudfunktion är "XDM is an open source download manager".
Tilläggsskärmbilder
Ladda ner Xtreme Download Manager-förlängningens CRX-fil
Ladda ner Xtreme Download Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | dkckaoghoiffdbomfbbodbbgmhjblecj |
Officiell webbadress | https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj |
Beskrivning | XDM is an open source download manager |
Filstorlek | 50.71 KB |
Antal Installationer | 300,000 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2020-05-30 |
Publiceringsdatum | 2020-05-28 |
Betyg | 4.29/5 Totalt 194 Betyg |
Utvecklare | https://subhra74.github.io/xdm |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/subhra74/xdm |
Hjälpsida URL | https://subhra74.github.io/xdm/privacy.html |
URL till Sekretesspolicy Sidan | https://subhra74.github.io/xdm/privacy.html |
Stödda Språk | 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" } } } |