LeetCode Blind Mode Firefox

Examine source code of LeetCode Blind Mode

Inspect and view changes in LeetCode Blind Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode Blind Mode",
  "version": "1.0.0",
  "description": "Hide difficulty, topics, hints and acceptance rate on LeetCode for unbiased problem solving.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://leetcode.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-blind-mode@extension",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "inject.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Mejores alternativas LeetCode Blind Mode

Aquí hay algunas Firefox add-ons que son similares a LeetCode Blind Mode: