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"
      ]
    }
  ]
}

Melhores alternativas Simplified Cursor Control

Aqui estão algumas Firefox add-ons que são similares a Simplified Cursor Control: