Steam Profile URL Resolver Firefox

Examine source code of Steam Profile URL Resolver

Inspect and view changes in Steam Profile URL Resolver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Steam Profile URL Resolver",
  "version": "1.5.3",
  "description": "Display Steam's real profile URL",
  "permissions": [
    "tabs",
    "https://api.steampowered.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f8c3b95-28c3-4f6f-ba91-c515cb12baa1}"
    }
  }
}

Best Steam Profile URL Resolver Alternatives

Here are some Firefox add-ons that are similar to Steam Profile URL Resolver: