TypeRacer Practice Extension Firefox

Examine source code of TypeRacer Practice Extension

Inspect and view changes in TypeRacer Practice Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TypeRacer Practice Extension",
  "version": "1.0.4",
  "description": "Displays statistics of practice texts on TypeRacer.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.typeracer.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "assets/icon128.png"
  },
  "manifest_version": 2
}

Best TypeRacer Practice Extension Alternatives

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