scroll to top bottom button Firefox

Examine source code of scroll to top bottom button

Inspect and view changes in scroll to top bottom button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroller",
  "short_name": "Scroller Scroll buttons",
  "version": "1.0.1resigned1",
  "description": "Scroller Adds scroll to Top and Bottom buttons on all sites",
  "icons": {
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "options/options-storage.js",
        "content/buttons.js",
        "content/rules-applier.js"
      ],
      "css": [
        "content/buttons.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/arrow-up.svg",
    "img/arrow-dn.svg"
  ],
  "background": {
    "scripts": [
      "content/rules-loader.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{419a54f8-aec2-4544-b2d9-c91679ab686c}"
    }
  }
}

Best scroll to top bottom button Alternatives

Here are some Firefox add-ons that are similar to scroll to top bottom button: