LeetCode DifficultyTag Hider Firefox

Examine source code of LeetCode DifficultyTag Hider

提供元: Mayank Khadayate Add-on
Inspect and view changes in LeetCode DifficultyTag Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode Difficulty Hider",
  "version": "1.0.0",
  "description": "Hide LeetCode difficulty labels with one click.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://leetcode.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Difficulty Hider"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-difficulty-hider@mayank.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

ベストのLeetCode DifficultyTag Hider代替案

LeetCode DifficultyTag Hiderに類似したFirefox add-onをいくつか紹介します: