autoScroll Firefox

Examine source code of autoScroll

Inspect and view changes in autoScroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "autoScroll",
  "version": "1.2",
  "manifest_version": 2,
  "description": "auto scroll your webpage when you are reading a long content",
  "icons": {
    "48": "icons/logo_48.png",
    "64": "icons/logo_64.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/autoScroll.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*.jpeg"
  ]
}

Best autoScroll Alternatives

Here are some Firefox add-ons that are similar to autoScroll: