Auto-Scroll Page Firefox

Examine source code of Auto-Scroll Page

Inspect and view changes in Auto-Scroll Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto-Scroll Page",
  "version": "1.0",
  "description": "Enables and disables automatic page scrolling.",
  "browser_action": {
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0730aa00-47ef-46a4-88ef-08002fdb3433}",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  }
}

Mejores alternativas Auto-Scroll Page

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