Auto Clicker - AutoFill [BETA]

Auto Clicker - AutoFill [BETA]

AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Auto Clicker - AutoFill [BETA]",
  "short_name": "Auto Clicker",
  "description": "AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test",
  "version": "3.4.13",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "notifications",
    "contextMenus",
    "downloads"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "64": "assets/icons/icon64.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "action": {
    "default_icon": "assets/icons/icon64.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/wizard.min.css"
      ],
      "js": [
        "wizard.js"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:*/*",
      "https://*.getautoclicker.com/*",
      "https://*.getdataentry.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "https://*.getautoclicker.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}