LeetJump - LeetCode Problem ID Redirect Firefox

Examine source code of LeetJump - LeetCode Problem ID Redirect

Inspect and view changes in LeetJump - LeetCode Problem ID Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetJump - LeetCode Problem ID Redirect",
  "version": "1.0",
  "description": "Instantly redirect LeetCode problem numbers (leetcode.com/p/<id>, /problem/<id>, /problems/<id>) to official problem slug pages.",
  "browser_specific_settings": {
    "gecko": {
      "id": "leetjump@leetjump",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "https://leetcode.com/*",
    "https://leetcode.cn/*",
    "https://raw.githubusercontent.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*",
        "https://www.leetcode.com/*",
        "https://leetcode.cn/*",
        "https://www.leetcode.cn/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best LeetJump - LeetCode Problem ID Redirect Alternatives

Here are some Firefox add-ons that are similar to LeetJump - LeetCode Problem ID Redirect: