Auto Reading Scroll Firefox

Examine source code of Auto Reading Scroll

Inspect and view changes in Auto Reading Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Reading Scroll",
  "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 Reading Scroll",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4b0b833c-1a47-421d-b20d-9f91695c1dd0}",
      "strict_min_version": "100.0"
    }
  }
}

Best Auto Reading Scroll Alternatives

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