Auto Scroll for Reading Firefox

Examine source code of Auto Scroll for Reading

Inspect and view changes in Auto Scroll for Reading source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Scroll for Reading",
  "description": "Smooth automatic scrolling of long articles with adjustable speed",
  "version": "1.0",
  "icons": {
    "64": "icons/auto_scroll_icon-64.png",
    "128": "icons/auto_scroll_icon-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/auto_scroll_icon-64.png",
    "default_title": "Auto Scroll",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ac84c783-c2c9-4fca-a1e5-b80d24344eca}",
      "strict_min_version": "90.0"
    }
  }
}

Best Auto Scroll for Reading Alternatives

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