Leetcode-Difficulty-Hide Firefox

Examine source code of Leetcode-Difficulty-Hide

제작자: One
Inspect and view changes in Leetcode-Difficulty-Hide source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Hides the difficulty on leetcode problems. Makes the text color and background black and increases the width so it doesn't depend on the text. Repeats for a few seconds as Leetcode loads asynchronously.",
  "manifest_version": 2,
  "name": "Leetcode-Difficulty-Hide",
  "version": "0.2",
  "homepage_url": "https://github.com/c-git/leetcode_extension",
  "browser_specific_settings": {
    "gecko": {
      "id": "onebgz1@gmail.com"
    }
  },
  "icons": {
    "48": "icons/see-no-evil-monkey.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}

최고의 Leetcode-Difficulty-Hide 대안

다음은 Leetcode-Difficulty-Hide과(와) 유사한 Firefox add-on입니다: