Codeforces Get Friend's Status Firefox

Examine source code of Codeforces Get Friend's Status

Inspect and view changes in Codeforces Get Friend's Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Get friend's status",
  "description": "Gets status of whether your friend has done the problem or not.",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "96": "images/icon_96.png",
    "192": "images/icon_192.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon_32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://codeforces.com/problemset/problem/*/*",
        "*://codeforces.com/contest/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "getfriendstatus@shubham.org"
    }
  }
}

Best Codeforces Get Friend's Status Alternatives

Here are some Firefox add-ons that are similar to Codeforces Get Friend's Status: