Android scroll bottom Firefox

Examine source code of Android scroll bottom

By: DaveRo
Inspect and view changes in Android scroll bottom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Android scroll bottom",
  "description": "Adds a menu item on Android to scroll to the bottom of the page. \nOn desktop it adds a button.",
  "version": "1.0.2",
  "author": "DaveRo",
  "applications": {
    "gecko": {
      "id": "android_scroll_bottom@davero.addons.mozilla.org"
    }
  },
  "browser_specific_settings": {
    "gecko_android": {},
    "gecko": {
      "id": "android_scroll_bottom@davero.addons.mozilla.org"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background_bottom.js"
    ]
  },
  "permissions": [
    "menus",
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Scroll to bottom",
    "default_icon": "Go-down.svg"
  }
}

Best Android scroll bottom Alternatives

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