LeetCode Friends info Firefox

Examine source code of LeetCode Friends info

Inspect and view changes in LeetCode Friends info source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LeetCode Friends info",
  "version": "1.0",
  "description": "Track your friends' LeetCode profiles easily! Add usernames and view total problems solved and contest ratings instantly. No logins, no tracking—just real-time data from LeetCode.",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "https://leetcode.com/*",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/u/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@leetcode.com",
      "strict_min_version": "79.0"
    }
  }
}

Best LeetCode Friends info Alternatives

Here are some Firefox add-ons that are similar to LeetCode Friends info: