Auto Stop Video on Tab Switch Firefox

Examine source code of Auto Stop Video on Tab Switch

Inspect and view changes in Auto Stop Video 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 Stop Video on Tab Switch",
  "version": "3.0.6",
  "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": "{d1c10529-ddb8-4932-90eb-0b7479ca6390}",
      "strict_min_version": "127.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Auto Stop Video on Tab Switch Alternatives

Here are some Firefox add-ons that are similar to Auto Stop Video on Tab Switch: