Auto Clicker

Auto Clicker

An auto clicker is a type of software or macro that can be used to automate the clicking of a mouse on a computer screen element…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Clicker",
  "version": "1.0",
  "description": "",
  "manifest_version": 3,
  "incognito": "split",
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/128.png"
  }
}