LeetReminders Firefox

Examine source code of LeetReminders

Inspect and view changes in LeetReminders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetReminders",
  "version": "1.0",
  "description": "Enhance your LeetCode practice by adding personalized hint-like reminders to problems.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://leetcode.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "leetreminders@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best LeetReminders Alternatives

Here are some Firefox add-ons that are similar to LeetReminders: