Auto Cursor Firefox

Examine source code of Auto Cursor

Inspect and view changes in Auto Cursor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Auto Cursor",
  "description": "A productivity tool to automatically select the first visible text input.",
  "version": "1.1resigned1",
  "icons": {
    "128": "auto-cursor-128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "auto-cursor.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-cursor@spyrosoft.com"
    }
  }
}

Best Auto Cursor Alternatives

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