YouTube Pause on Tab Switch Firefox

Examine source code of YouTube Pause on Tab Switch

By: Piyush Add-on
Inspect and view changes in YouTube Pause on Tab Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Pause on Tab Switch",
  "version": "1.0",
  "description": "Pauses YouTube videos when switching to another tab.",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "piyushtoop@gmail.com"
    }
  }
}

Best YouTube Pause on Tab Switch Alternatives

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