Automate Click Firefox

Examine source code of Automate Click

Inspect and view changes in Automate Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/webextensions/tree/main/sources/automate-click",
  "description": "automate some click actions when visiting a website",
  "browser_action": {
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Automate Click",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "webNavigation",
    "activeTab",
    "storage"
  ],
  "version": "1.14.11",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2c0de58-8e04-4ae7-96d8-49ad60c9c06f}"
    }
  }
}

Best Automate Click Alternatives

Here are some Firefox add-ons that are similar to Automate Click: