Codeforces Problem Picker Firefox

Examine source code of Codeforces Problem Picker

Inspect and view changes in Codeforces Problem Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Codeforces Problem Picker",
  "description": "Choose a random problem from problemset on Codeforces.",
  "version": "1.0",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "matches": [
        "https://codeforces.com/problemset*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "adhamelrouby@aucegypt.edu",
      "strict_min_version": "58.0"
    }
  }
}

Best Codeforces Problem Picker Alternatives

Here are some Firefox add-ons that are similar to Codeforces Problem Picker: