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.」です。

拡張機能のスクリーンショット

screenshot

Nexus Link Fixer拡張機能のCRXファイルをダウンロード

Nexus Link Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
        ]
    }
}