Auto Pause Videos on Tab Switch Firefox

Examine source code of Auto Pause Videos on Tab Switch

Inspect and view changes in Auto Pause Videos on Tab Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Pause Videos on Tab Switch",
  "version": "1.0",
  "description": "Pauses media in a tab when it loses focus (tab switch).",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0118bc96-89be-4078-8b56-a7e8cd495e76}",
      "strict_min_version": "127.0"
    }
  }
}

Best Auto Pause Videos on Tab Switch Alternatives

Here are some Firefox add-ons that are similar to Auto Pause Videos on Tab Switch: