Leetcode Difficulty Rating Firefox

Examine source code of Leetcode Difficulty Rating

Inspect and view changes in Leetcode Difficulty Rating source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Leetcode Difficulty Rating",
  "version": "1.1.8",
  "description": "Replace Leetcode problem's difficulty with a more precise contest rating.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "src/content.js"
      ],
      "matches": [
        "*://leetcode.com/*",
        "*://leetcode.cn/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7b7c68a5-b764-4b80-8b3c-9d162cbc4d09}"
    }
  }
}

Best Leetcode Difficulty Rating Alternatives

Here are some Firefox add-ons that are similar to Leetcode Difficulty Rating: