Pause on Scroll Firefox

Examine source code of Pause on Scroll

Inspect and view changes in Pause on Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pause on Scroll",
  "version": "1.0",
  "description": "Pause HTML5 videos when the page is scrolled.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{db205dff-56fb-44bd-9140-397fdecd7a73}"
    }
  }
}

Best Pause on Scroll Alternatives

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