NexusMods Bypass Firefox

Examine source code of NexusMods Bypass

By: ThomasT Add-on
Inspect and view changes in NexusMods Bypass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "2.6.2",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "homepage_url": "https://github.com/thomasthanos/nexusmods-bypass",
  "permissions": [
    "storage",
    "downloads",
    "alarms"
  ],
  "host_permissions": [
    "https://www.nexusmods.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.nexusmods.com/*"
      ],
      "css": [
        "content/content-styles.css"
      ],
      "js": [
        "shared.js",
        "content/storage.js",
        "content/errors.js",
        "content/auth.js",
        "content/nnw.js",
        "content/zip-reader.js",
        "content/wabbajack-importer.js",
        "content/ndc.js",
        "content/ui.js",
        "content/main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nexus-mods-bypass@thomasthanos.github.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NexusMods Bypass Alternatives

Here are some Firefox add-ons that are similar to NexusMods Bypass: