Leetcode torture Firefox

Examine source code of Leetcode torture

Inspect and view changes in Leetcode torture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.2577fc03.png",
    "32": "icon32.plasmo.d583dc1e.png",
    "48": "icon48.plasmo.e0fcfb1d.png",
    "64": "icon64.plasmo.e6259081.png",
    "128": "icon128.plasmo.96a1ede9.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2577fc03.png",
      "32": "icon32.plasmo.d583dc1e.png",
      "48": "icon48.plasmo.e0fcfb1d.png",
      "64": "icon64.plasmo.e6259081.png",
      "128": "icon128.plasmo.96a1ede9.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.1.3",
  "author": "The Coding Sloth",
  "name": "Leetcode torture",
  "description": "An extension to torture you with LeetCode problems and force you to solve them.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "tabs",
    "activeTab",
    "alarms",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "js": [
        "CongratulationsModal.bd3a2ac7.js"
      ],
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{743ff2c1-74c2-4384-a218-2c33d6a765a5}"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "leetcode-problems/*"
      ],
      "matches": [
        "https://www.plasmo.com/*"
      ]
    },
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "resources": [
        "CongratulationsModal.d680ecae.css"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

Best Leetcode torture Alternatives

Here are some Firefox add-ons that are similar to Leetcode torture: