Scroll Control Firefox

Examine source code of Scroll Control

Inspect and view changes in Scroll Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Limiter",
  "version": "1.0",
  "description": "Limit scrolling on specified websites to prevent time wasting",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Scroll Limiter"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "scroll-limiter@rubion.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Scroll Control Alternatives

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