Faceit Stats Analyser Firefox

Examine source code of Faceit Stats Analyser

Inspect and view changes in Faceit Stats Analyser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Faceit Stats Analyser",
  "description": "Analyze your Faceit stats quickly by searching a player's nickname.",
  "version": "1.0",
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "faceit-stats-analyser@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "search": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Search for a Faceit player nickname"
    }
  }
}

Best Faceit Stats Analyser Alternatives

Here are some Firefox add-ons that are similar to Faceit Stats Analyser: