Scroll Speed Controller Firefox

Examine source code of Scroll Speed Controller

Inspect and view changes in Scroll Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Speed Controller",
  "version": "1.0.0",
  "description": "Control scroll speed on any webpage.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "scrollspeed-bb9e984c4c2f@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Scroll Speed Controller Alternatives

Here are some Firefox add-ons that are similar to Scroll Speed Controller: