Background Video Player Bypass Firefox

Examine source code of Background Video Player Bypass

Inspect and view changes in Background Video Player Bypass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Background Video Player Bypass",
  "version": "1.0",
  "description": "防止網頁偵測分頁切換與視窗失去焦點,可透過彈出視窗針對特定網站開啟/關閉。",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bypass-video-pause@local.addon",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Background Video Player Bypass Alternatives

Here are some Firefox add-ons that are similar to Background Video Player Bypass: