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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } ] } |