Steam Stats Links Firefox

Examine source code of Steam Stats Links

Inspect and view changes in Steam Stats Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Steam Stats Links",
  "description": "Creates sites links in steam user profile",
  "version": "1.6",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "https://steamcommunity.com/id/*",
        "https://steamcommunity.com/profiles/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "turbozver24@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Steam Stats Links Alternatives

Here are some Firefox add-ons that are similar to Steam Stats Links: