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開發的Chrome擴展程式,該擴展的主要功能是“Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO.”。

擴展截圖

screenshot

下載Download with Mod Organizer擴展crx文件

下載Download with Mod Organizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}