Painless LeetCode Firefox

Examine source code of Painless LeetCode

Inspect and view changes in Painless LeetCode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Painless LeetCode",
  "version": "1.3",
  "description": "Block accidental submissions, hide difficulty labels, hide solved problems, and more.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.leetcode.com/*"
      ],
      "js": [
        "disable.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "Open Random LeetCode Problem"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "painless-leetcode@nikaltipar",
      "strict_min_version": "121.0"
    }
  }
}

Melhores alternativas Painless LeetCode

Aqui estão algumas Firefox add-ons que são similares a Painless LeetCode: