Scrollbar Lens Firefox

Examine source code of Scrollbar Lens

Inspect and view changes in Scrollbar Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scrollbar Lens",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "0.0.3",
  "author": "emvaized",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ],
      "css": [
        "index.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "scrollbar_lens@emvaized.dev"
    }
  }
}

Best Scrollbar Lens Alternatives

Here are some Firefox add-ons that are similar to Scrollbar Lens: