AutoScroll Pro Firefox

Examine source code of AutoScroll Pro

By: Ruban S Add-on
Inspect and view changes in AutoScroll Pro source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AutoScroll Pro",
  "description": "Hands-free scrolling for blogs, manga, PDFs and web apps. No host permissions, no tracking.",
  "version": "0.3.1",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autoscroll-pro@ruban.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {}
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "commands": {
    "toggle-scroll": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Start/stop auto-scroll"
    },
    "speed-up": {
      "suggested_key": {
        "default": "Alt+Up"
      },
      "description": "Increase scroll speed"
    },
    "speed-down": {
      "suggested_key": {
        "default": "Alt+Down"
      },
      "description": "Decrease scroll speed"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "AutoScroll Pro",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/scroller.js"
      ]
    }
  ]
}

Best AutoScroll Pro Alternatives

Here are some Firefox add-ons that are similar to AutoScroll Pro: