Deadlock Stats Links Firefox

Examine source code of Deadlock Stats Links

Inspect and view changes in Deadlock Stats Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Deadlock Stats Links",
  "description": "Creates stats sites links in steam user profile",
  "version": "1.4",
  "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"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "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": "turbo@deadlockstatslinks",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Deadlock Stats Links Alternatives

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