WordCounter1 Firefox

Examine source code of WordCounter1

By: MM99
Inspect and view changes in WordCounter1 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": "Đếm số từ được chọn trên trang.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "word-counter-addon@example.com"
    }
  }
}

Best WordCounter1 Alternatives

Here are some Firefox add-ons that are similar to WordCounter1: