Codeforces Profile Preview Firefox

Examine source code of Codeforces Profile Preview

Inspect and view changes in Codeforces Profile Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Codeforces Profile Preview",
  "version": "1.1",
  "description": "Shows a preview of Codeforces profiles when hovering over username links",
  "browser_specific_settings": {
    "gecko": {
      "id": "codeforces-profile-preview@silvertongue1729",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://codeforces.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/styles.css"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": []
}

Best Codeforces Profile Preview Alternatives

Here are some Firefox add-ons that are similar to Codeforces Profile Preview: