SteamDB Extension Firefox

Examine source code of SteamDB Extension

Inspect and view changes in SteamDB Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SteamDB Extension",
  "version": "1.0",
  "description": "Get game info and compare prices from SteamDB.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://steamdb.info/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://steamdb.info/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42881c80-9cfc-450f-9336-6a54db5b073c}"
    }
  }
}

Best SteamDB Extension Alternatives

Here are some Firefox add-ons that are similar to SteamDB Extension: