Auto Click Show More Firefox

Examine source code of Auto Click Show More

Inspect and view changes in Auto Click Show More source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Click Show More",
  "version": "1.0",
  "description": "Automatically clicks buttons like 'Show more' or 'Load more' on pages.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-click-show-more@addon",
      "strict_min_version": "93.0"
    }
  }
}

Best Auto Click Show More Alternatives

Here are some Firefox add-ons that are similar to Auto Click Show More: