Click Motivation Analyzer RM Firefox

Examine source code of Click Motivation Analyzer RM

Inspect and view changes in Click Motivation Analyzer RM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Click Motivation Analyzer",
  "version": "1.3",
  "description": "Analyzes click behavior patterns to estimate curiosity, focus, urgency, and distraction motivations.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Click Motivation Analyzer",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Click-Motivation-Analyzer",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Click Motivation Analyzer RM Alternatives

Here are some Firefox add-ons that are similar to Click Motivation Analyzer RM: