Leetcode Difficulty Rating Firefox

Examine source code of Leetcode Difficulty Rating

Por: boenshao
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}"
    }
  }
}

Melhores alternativas Leetcode Difficulty Rating

Aqui estão algumas Firefox add-ons que são similares a Leetcode Difficulty Rating: