MouseFollower Firefox

Examine source code of MouseFollower

By: UK88
Inspect and view changes in MouseFollower source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MouseFollower",
  "version": "1.0",
  "description": "A character follows your mouse cursor around the screen.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popup.js"
      ],
      "css": [
        "popup.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{85f2a7fa-22f4-48ed-877e-4c3828aeab91}"
    }
  }
}

Best MouseFollower Alternatives

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