ScrollPilot Firefox

Examine source code of ScrollPilot

By: Ronald
Inspect and view changes in ScrollPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ScrollPilot",
  "version": "1.0.0",
  "description": "Auto-scroll pages with configurable speed and quick pause/resume controls.",
  "icons": {
    "48": "insignia/icon-48.png",
    "96": "insignia/icon-96.png",
    "128": "insignia/icon-128.png"
  },
  "action": {
    "default_title": "ScrollPilot",
    "default_popup": "cockpit/view.html",
    "default_icon": {
      "48": "insignia/icon-48.png"
    }
  },
  "options_ui": {
    "page": "prefs/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "page/auto.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ff8ba89-08ec-4f65-94e3-d7329f9a8c9d}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ScrollPilot Alternatives

Here are some Firefox add-ons that are similar to ScrollPilot: