Auto Scroll Firefox

Examine source code of Auto Scroll

By: Jessica
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": 3,
  "name": "Auto Scroll",
  "version": "1.0.0",
  "description": "Automatically scroll the page at a comfortable pace. Adjust speed in real time, pause and resume without touching the mouse.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-scroll-019@mozillamaker.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Auto Scroll"
  }
}

Best Auto Scroll Alternatives

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