Simple Mouse Scroll (0,0) Locker Firefox

Examine source code of Simple Mouse Scroll (0,0) Locker

By: e8hffff
Inspect and view changes in Simple Mouse Scroll (0,0) Locker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Mouse Scroll (0,0) Locker",
  "version": "1.0",
  "description": "Toggle mouse scroll lock behaviour for each tab. When enabled the window's display should scroll to top, left position, and kept there until turning off mode.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "Click to toggle Mouse Scroll top left lock"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{54639f27-6b13-44e8-b7b1-fab06117452d}"
    }
  }
}

Best Simple Mouse Scroll (0,0) Locker Alternatives

Here are some Firefox add-ons that are similar to Simple Mouse Scroll (0,0) Locker: