Auto Show More Firefox

Examine source code of Auto Show More

Inspect and view changes in Auto 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 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": "{bb53e3cd-a092-4fb2-a159-bacf310754e4}",
      "strict_min_version": "100.0"
    }
  }
}

Best Auto Show More Alternatives

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