Word Counter Pro Firefox

Examine source code of Word Counter Pro

Inspect and view changes in Word Counter Pro 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 the words and characters on your current webpage.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "contact@cbd-certified.com",
      "strict_min_version": "42.0"
    }
  }
}

Best Word Counter Pro Alternatives

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