Auto Scroll Search - Scroll Infinite Pages

Auto Scroll Search - Scroll Infinite Pages

Search and automatically scroll pages that load more data when you scroll, like Facebook or Twitter feeds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Auto Scroll Search - Scroll Infinite Pages",
  "short_name": "autoscrollsearch",
  "version": "1.0.3",
  "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"
  },
  "action": {
    "default_title": "Auto Scroll Search"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+F"
      }
    }
  },
  "background": {
    "service_worker": "dist/background.js"
  },
  "offline_enabled": true,
  "permissions": [
    "activeTab",
    "scripting"
  ]
}