Stop button Firefox

Examine source code of Stop button

Por: kiheru
Inspect and view changes in Stop button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stop button",
  "version": "0.3resigned1",
  "description": "Adds a stop button to the browser toolbar.",
  "icons": {
    "48": "icons/stop.svg",
    "96": "icons/stop.svg"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/stop.svg",
    "default_title": "Stop",
    "theme_icons": [
      {
        "light": "icons/stop-dark.svg",
        "dark": "icons/stop.svg",
        "size": 16
      }
    ]
  },
  "background": {
    "scripts": [
      "stop.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ca48401e-96a5-47ea-8009-7c2f62efe060}"
    }
  }
}

Melhores alternativas Stop button

Aqui estão algumas Firefox add-ons que são similares a Stop button: