Mouse Click Tracker Firefox

Examine source code of Mouse Click Tracker

By: Q88
Inspect and view changes in Mouse Click Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mouse Click Tracker",
  "version": "1.0",
  "description": "Track and analyze your mouse clicking patterns with visual heatmaps and statistics",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "clicktracker.js"
      ],
      "css": [
        "clicktracker.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Mouse Click Tracker",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c36ec3ac-5205-42fc-9d5d-2ace68c08101}"
    }
  }
}

Best Mouse Click Tracker Alternatives

Here are some Firefox add-ons that are similar to Mouse Click Tracker: