Keystroke Counter Firefox

Examine source code of Keystroke Counter

Inspect and view changes in Keystroke Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keystroke Counter",
  "version": "1.0",
  "description": "Counts keyboard characters typed.",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon-48.png"
    }
  },
  "icons": {
    "48": "icon-48.png"
  },
  "applications": {
    "gecko": {
      "id": "0xAmirreza@protonmail.com"
    }
  }
}

Best Keystroke Counter Alternatives

Here are some Firefox add-ons that are similar to Keystroke Counter: