Auto Scroll Firefox

Examine source code of Auto Scroll

Inspect and view changes in Auto Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Scroll",
  "version": "1.0",
  "description": "Tự động cuộn trang với tốc độ tùy chỉnh.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{78a43af8-f899-4862-994a-672b37b5ca86}"
    }
  }
}

Best Auto Scroll Alternatives

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