GobStopper Firefox

Examine source code of GobStopper

Inspect and view changes in GobStopper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gob Stopper",
  "version": "0.3.0",
  "description": "One-click button to pause all media players",
  "author": "Aligorith",
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "stop-all": {
      "suggested_key": {
        "default": "F4"
      },
      "description": "Send a 'stop-all' message to the extension"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Click to stop all media players (Shortcut: F4)"
  }
}

Best GobStopper Alternatives

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