Nexus Link Fixer
Fixes old Nexus Mods page and wiki links, redirecting to the newer format.
Nexus Link Fixer란 무엇입니까?
Nexus Link Fixer은(는) agc93에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes old Nexus Mods page and wiki links, redirecting to the newer format."입니다.
확장 프로그램 스크린샷
Nexus Link Fixer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple extension that attempts to automatically redirect "old-style" Nexus Mods links to their newer counterparts. This should redirect URLs like https://skyrim.nexusmods.com/mods/ to the newer URL format (https://nexusmods.com/skyrim/). Older Wiki links (wiki.tesnexus.com) will also be redirected to the new more-secure Wiki (https://wiki.nexusmods.com/). This extension is open-source and the extension code is available at https://github.com/agc93/chrome-nmr .
확장 프로그램 기본 정보
이름 | Nexus Link Fixer |
ID | pdffafpnklflnobfjfobmnjkooakoedf |
공식 URL | https://chromewebstore.google.com/detail/nexus-link-fixer/pdffafpnklflnobfjfobmnjkooakoedf |
설명 | Fixes old Nexus Mods page and wiki links, redirecting to the newer format. |
파일 크기 | 19.01 KB |
설치 횟수 | 136 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2020-11-03 |
출시 날짜 | 2020-11-03 |
개발자 | agc93 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/agc93/chrome-nmr |
도움말 페이지 URL | https://github.com/agc93/chrome-nmr/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nexus Link Fixer", "version": "0.0.2", "description": "Fixes old Nexus Mods page and wiki links, redirecting to the newer format.", "icons": { "48": "nmr-48.png", "128": "nmr-128.png" }, "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/*.tesnexus.com\/*", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] } } |