Xtreme Download Manager
XDM is an open source download manager
Xtreme Download Manager क्या है?
Xtreme Download Manager https://subhra74.github.io/xdm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "XDM is an open source download manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Xtreme Download Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |