No Video Pause Firefox

Examine source code of No Video Pause

Inspect and view changes in No Video Pause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "No Video Pause",
  "version": "1.0",
  "description": "Prevents videos from pausing when switching tabs.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{43e71c19-cd0b-414b-8f08-15841024bb8b}",
      "strict_min_version": "58.0"
    }
  }
}

Best No Video Pause Alternatives

Here are some Firefox add-ons that are similar to No Video Pause: