Auto Pause Video on Tab Switch Firefox

Examine source code of Auto Pause Video on Tab Switch

By: devG
Inspect and view changes in Auto Pause 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 Pause Video on Tab Switch",
  "version": "1.0",
  "description": "Pauses video when the tab is not active.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{851ea58e-ca3d-471d-8d42-7821649d0ebd}"
    }
  }
}

Best Auto Pause Video on Tab Switch Alternatives

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