Let me Leave Firefox

Examine source code of Let me Leave

Inspect and view changes in Let me Leave source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lemme Leave",
  "version": "1.0",
  "description": "Prevent website to change behaviour when leaving. Block the popup when your cursor leaves the page. Prevent pausing video ads when changing focus.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "page.js"
  ],
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  }
}

Best Let me Leave Alternatives

Here are some Firefox add-ons that are similar to Let me Leave: