Automatic Show More Firefox

Examine source code of Automatic Show More

Inspect and view changes in Automatic Show More source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Automatic 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": "{fbf155f8-0553-4d5d-be95-eb7a94cc926d}",
      "strict_min_version": "100.0"
    }
  }
}

Best Automatic Show More Alternatives

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