AutoScroller Firefox

Examine source code of AutoScroller

Inspect and view changes in AutoScroller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoScroller",
  "version": "1.1",
  "description": "Automatically scroll down the page with selected speed.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f75d598-e1cf-49a5-a812-f85f787bc388}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "AutoScroller",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best AutoScroller Alternatives

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