Click and Drag Scroll Firefox

Examine source code of Click and Drag Scroll

Inspect and view changes in Click and Drag Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Click and Drag Scroll",
  "version": "1.0.0",
  "description": "An extension to enable scroll with mouse drag.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "click-drag-scroll@shailendra.xyz"
    }
  }
}

Best Click and Drag Scroll Alternatives

Here are some Firefox add-ons that are similar to Click and Drag Scroll: