Auto Clicker Firefox

Examine source code of Auto Clicker

By: OHAS
Inspect and view changes in Auto Clicker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.1",
  "author": "Othon Henrique de Anhaia da Silva",
  "default_locale": "pt_BR",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_popupTitle__",
    "default_icon": {
      "16": "icon/icon16.png",
      "48": "icon/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "translations.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "styles.css",
        "translations.js",
        "apoio/pix_qr_code.png",
        "apoio/apoio.html",
        "apoio/apoio.css",
        "apoio/apoio.js",
        "lib/browser-polyfill.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-clicker@othon.henrique",
      "strict_min_version": "109.0"
    }
  }
}

Best Auto Clicker Alternatives

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