Xtreme Download Manager

XDM is an open source download manager

Qu'est-ce que Xtreme Download Manager ?

Xtreme Download Manager est une extension Chrome développée par https://subhra74.github.io/xdm, et sa fonction principale est "XDM is an open source download manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Xtreme Download Manager

Téléchargez les fichiers d'extension Xtreme Download Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Xtreme Download Manager Xtreme Download Manager
ID dkckaoghoiffdbomfbbodbbgmhjblecj
URL Officiel https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj
Description XDM is an open source download manager
Taille du Fichier 50.71 KB
Nombre d'Installations 300,000
Version Actuelle 2.1
Dernière Mise à Jour 2020-05-30
Date de Publication 2020-05-28
Évaluation 4.29/5 Total 194 Évaluations
Développeur https://subhra74.github.io/xdm
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/subhra74/xdm
URL de la Page d'Aide https://subhra74.github.io/xdm/privacy.html
URL de la Page de Politique de Confidentialité https://subhra74.github.io/xdm/privacy.html
Langues Prises en Charge 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"
        }
    }
}