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.」です。
拡張機能のスクリーンショット
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 |
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" } ] } |