Auto Scroll Search Firefox

Examine source code of Auto Scroll Search

By: Glench
Inspect and view changes in Auto Scroll Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Scroll Search - Scroll Infinite Pages",
  "short_name": "autoscrollsearch",
  "version": "0.2",
  "author": "Glen Chiacchieri",
  "description": "Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_title": "Auto Scroll Search"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+F"
      }
    }
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ],
    "persistent": false
  },
  "offline_enabled": true,
  "web_accessible_resources": [
    "images/*.png"
  ],
  "permissions": [
    "activeTab"
  ]
}

Best Auto Scroll Search Alternatives

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