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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Bull และคุณลักษณะหลักของมันคือ "Nexus sites will better suit Mod Organizer users by replacing references to Vortex with references to MO."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download with Mod Organizer

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    ]
}