Codeforces Custom Standings Firefox

Examine source code of Codeforces Custom Standings

Inspect and view changes in Codeforces Custom Standings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Codeforces Custom Standings",
  "description": "College standings and bookmarking for Codeforces.",
  "version": "0.0.1",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "codeforces-custom-standings@akshay"
    }
  },
  "icons": {
    "128": "assets/logo.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "128": "assets/logo.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://codeforces.com/ratings/organization/*"
      ],
      "js": [
        "scripts/bookmarkScript.js"
      ]
    },
    {
      "matches": [
        "https://codeforces.com/contest/*/standings*",
        "https://codeforces.com/contest/*/ratings*"
      ],
      "js": [
        "scripts/collegeButtonScript.js"
      ]
    },
    {
      "matches": [
        "https://codeforces.com/contest/*/standings?list=*"
      ],
      "js": [
        "scripts/collegeDropDownScript.js"
      ]
    },
    {
      "matches": [
        "https://codeforces.com/*"
      ],
      "js": [
        "scripts/collegeListScript.js"
      ]
    }
  ]
}

Best Codeforces Custom Standings Alternatives

Here are some Firefox add-ons that are similar to Codeforces Custom Standings: