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": "{fe5debe1-b76d-4ca5-a6f6-1d9ba2401918}",
      "strict_min_version": "90.0"
    }
  }
}

Mejores alternativas Auto Scroll for Reading

Aquí hay algunas Firefox add-ons que son similares a Auto Scroll for Reading: