Download with Mod Organizer

Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO.

Cos'è Download with Mod Organizer?

Download with Mod Organizer è un'estensione di Chrome sviluppata da Alex Bull, e la sua funzione principale è "Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download with Mod Organizer

Scarica i file di estensione Download with Mod Organizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Files on the Nexus sites will display "Download with Mod Organizer" instead of "Download with Manager". A small change for the obsessive modder!

v3.1 supports the most recent redesign of the Nexus website.                    

Informazioni di Base sull'Estensione

Nome Download with Mod Organizer Download with Mod Organizer
ID hggdpdckfkeelbhafibnbicicnjdcemc
URL Ufficiale https://chromewebstore.google.com/detail/download-with-mod-organiz/hggdpdckfkeelbhafibnbicicnjdcemc
Descrizione Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO.
Dimensione del File 88.12 KB
Conteggio Installazioni 258
Versione Corrente 3.1
Ultimo Aggiornamento 2019-06-02
Data di Pubblicazione 2019-06-02
Valutazione 3.78/5 Totale 9 Valutazioni
Sviluppatore Alex Bull
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "converted_from_user_script": true,
    "name": "Download with Mod Organizer",
    "description": "Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO.",
    "version": "3.1",
    "author": "Alex Bull",
    "icons": {
        "16": "dlwmo_16.png",
        "24": "dlwmo_24.png",
        "32": "dlwmo_32.png",
        "48": "dlwmo_48.png",
        "64": "dlwmo_64.png",
        "96": "dlwmo_96.png",
        "128": "dlwmo_128.png",
        "256": "dlwmo_256.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "https:\/\/*.nexusmods.com\/*\/mods\/searchresults\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/categories\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/newtoday\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/newrecently\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/latestmods\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/top\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/tags\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/modsofthemonth\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/uploadwizard\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/manage\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/track\/*",
                "https:\/\/*.nexusmods.com\/*\/mods\/history\/*"
            ],
            "include_globs": [
                "*"
            ],
            "js": [
                "DLwMO.user.js"
            ],
            "matches": [
                "https:\/\/*.nexusmods.com\/*\/mods\/*"
            ],
            "run_at": "document_end"
        }
    ]
}