Autoscroll Automatic Scrolling Firefox

Examine source code of Autoscroll Automatic Scrolling

By: U Boo
Inspect and view changes in Autoscroll Automatic Scrolling source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Autoscroll",
  "description": "Cleanest web-extension to seamlessly scroll any webpage",
  "version": "2.1.0",
  "permissions": [
    "storage",
    "commands",
    "<all_urls>"
  ],
  "icons": {
    "16": "UI & Design Elements/Autoscroll_Logo_16.png",
    "48": "UI & Design Elements/Autoscroll_Logo_48.png",
    "128": "UI & Design Elements/Autoscroll_Logo_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scroll.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "backgroundProcess.js"
    ],
    "persistent": false
  },
  "commands": {
    "scroll-up": {
      "suggested_key": {
        "default": "Alt+Shift+U"
      },
      "description": "Scroll Up"
    },
    "scroll-down": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "Scroll Down"
    }
  },
  "web_accessible_resources": [
    "scroll.js",
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2af58a73-b54a-48dc-a789-99067717077f}"
    }
  }
}

Best Autoscroll Automatic Scrolling Alternatives

Here are some Firefox add-ons that are similar to Autoscroll Automatic Scrolling: