Word Counter Tracker Firefox

Examine source code of Word Counter Tracker

By: Hi Van
Inspect and view changes in Word Counter Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Counter Tracker",
  "version": "1.0",
  "description": "Track and display the number of words read on each webpage. Helps users manage their reading time more effectively.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Word Counter Tracker",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{14d0a973-5716-4199-a014-49c16fefeef0}"
    }
  }
}

Best Word Counter Tracker Alternatives

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