Auto Scroll Firefox

Examine source code of Auto Scroll

Inspect and view changes in Auto Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Scroll",
  "version": "1.0.0",
  "description": "Auto Scroll",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "autoscroll-05ba6d8be5@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Auto Scroll Alternatives

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