Video Pauser Firefox

Examine source code of Video Pauser

By: Soispha Add-on
Inspect and view changes in Video Pauser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Pauser",
  "version": "0.1.0",
  "permissions": [
    "tabs",
    "nativeMessaging"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Pauser"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "video-pauser@addons.vhack.eu",
      "strict_min_version": "110.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Video Pauser Alternatives

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