Auto Scroll Bounce Extension Firefox

Examine source code of Auto Scroll Bounce Extension

Inspect and view changes in Auto Scroll Bounce Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Scroll Extension",
  "version": "1.0",
  "description": "Automatically scrolls webpages up and down at adjustable speed.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Toggle Auto Scroll",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1fbf8f0c-cc70-49ed-8e1c-c9308b64608c}"
    }
  }
}

Best Auto Scroll Bounce Extension Alternatives

Here are some Firefox add-ons that are similar to Auto Scroll Bounce Extension: