AutoVideoPauser Firefox

Examine source code of AutoVideoPauser

By: Luuk Add-on
Inspect and view changes in AutoVideoPauser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoVideoPauser",
  "version": "1.1",
  "description": "Automaticity pause a video when you switch to another tab.",
  "icons": {
    "256": "img/off.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/on.png",
    "default_title": "Disable autopause"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d79195d9-d67a-4b6f-a0b7-5d56466b7e46}"
    }
  }
}

Best AutoVideoPauser Alternatives

Here are some Firefox add-ons that are similar to AutoVideoPauser: