Codeforces Friends Tracker Firefox

Examine source code of Codeforces Friends Tracker

Inspect and view changes in Codeforces Friends Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Codeforces Friends Tracker",
  "version": "2.1",
  "description": "Get submissions of your friends for a particular Codeforces problem",
  "content_scripts": [
    {
      "js": [
        "scripts/content.js",
        "scripts/popup-script.js"
      ],
      "matches": [
        "https://codeforces.com/problemset/problem/*",
        "https://codeforces.com/contest/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pr.priyanshuranjan16@gmail.com"
    }
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "resources/icon16.png",
    "32": "resources/icon32.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  }
}

Best Codeforces Friends Tracker Alternatives

Here are some Firefox add-ons that are similar to Codeforces Friends Tracker: