Auto Pause on Switch Firefox

Examine source code of Auto Pause on Switch

提供元: Ashood
Inspect and view changes in Auto Pause on 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 on Switch",
  "version": "1.0",
  "description": "Automatically pause videos when you switch to another tab.",
  "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": "{67d388ad-7cb4-4125-a24c-3bf908f4a9d8}",
      "strict_min_version": "118.0"
    }
  }
}

ベストのAuto Pause on Switch代替案

Auto Pause on Switchに類似したFirefox add-onをいくつか紹介します: