Scroll Depth Tracker Firefox

Examine source code of Scroll Depth Tracker

Inspect and view changes in Scroll Depth Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scroll Depth Tracker",
  "version": "1.0",
  "description": "Display scroll percentage and estimate time to finish reading.",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b1f4b7f2-2631-4d5e-bc8a-1c8c3c5f3ef4}"
    }
  }
}

Best Scroll Depth Tracker Alternatives

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