Nexus Link Fixer

Nexus Link Fixer

Fixes old Nexus Mods page and wiki links, redirecting to the newer format.

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}