CS Accounts Extension Firefox

Examine source code of CS Accounts Extension

Inspect and view changes in CS Accounts Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CS Accounts Extension",
  "description": "csaccounts.com extension to view CS accounts in steam profile page",
  "version": "1.1.1",
  "icons": {
    "48": "icon-32x32.png",
    "96": "icon-32x32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.steamcommunity.com/id/*",
        "*://*.steamcommunity.com/profiles/*"
      ],
      "exclude_matches": [
        "*://*.steamcommunity.com/id/*/allcomments*",
        "*://*.steamcommunity.com/profiles/*/allcomments*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "js/content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://csaccounts.com/api/*",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b6ed8687-a993-4ec8-8a7d-44268f27bc99}"
    }
  }
}

Best CS Accounts Extension Alternatives

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