Word Counter v11 Firefox

Examine source code of Word Counter v11

Inspect and view changes in Word Counter v11 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Counter",
  "version": "1.0",
  "description": "Counts words on any webpage",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Count Words!"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{57f6f46e-f8c6-4957-8f3f-09152cf53506}"
    }
  }
}

Best Word Counter v11 Alternatives

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