Simplified Cursor Control Firefox

Examine source code of Simplified Cursor Control

Inspect and view changes in Simplified Cursor Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hyperlink Enlarger",
  "description": "Enlarge hyperlink on Google search page.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "/images/off.png",
    "default_title": "HyperLink Enlarger"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.6.0.min.js"
      ]
    }
  ]
}

Best Simplified Cursor Control Alternatives

Here are some Firefox add-ons that are similar to Simplified Cursor Control: