Download with Mod Organizer

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

Download with Mod Organizer क्या है?

Download with Mod Organizer Alex Bull द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Download with Mod Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Download with Mod Organizer Download with Mod Organizer
ID hggdpdckfkeelbhafibnbicicnjdcemc
आधिकारिक URL https://chromewebstore.google.com/detail/download-with-mod-organiz/hggdpdckfkeelbhafibnbicicnjdcemc
विवरण Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO.
फ़ाइल का आकार 88.12 KB
स्थापना संख्या 258
वर्तमान संस्करण 3.1
अंतिम अपडेट 2019-06-02
प्रकाशन तिथि 2019-06-02
रेटिंग 3.78/5 कुल 9 रेटिंग्स
डेवलपर Alex Bull
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}