Super Auto Clicker Pro Firefox

Examine source code of Super Auto Clicker Pro

Inspect and view changes in Super Auto Clicker Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Super Auto Clicker Pro",
  "version": "1.0.0",
  "description": "Advanced auto-clicker with CSS selector targeting and cursor follow modes. Precision timing with randomization for natural clicking behavior.",
  "browser_specific_settings": {
    "gecko": {
      "id": "super-auto-clicker@extension.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Super Auto Clicker Pro",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "start-clicking": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Start auto-clicking"
    },
    "stop-clicking": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "Stop auto-clicking"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Super Auto Clicker Pro Alternatives

Here are some Firefox add-ons that are similar to Super Auto Clicker Pro: