Stop All Button Firefox

Examine source code of Stop All Button

Par : Button Guy Add-on
Inspect and view changes in Stop All Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "stop-all-single@codefisher.org",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "stop-all-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-tabs-stop.png",
      "24": "icons/24-tabs-stop.png",
      "32": "icons/32-tabs-stop.png",
      "48": "icons/48-tabs-stop.png"
    },
    "default_title": "__MSG_stopAllLabel__"
  },
  "default_locale": "en_US",
  "description": "Stop all tabs from loading when you have mass opened tabs and found the one you really wanted.",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-tabs-stop.png",
    "24": "icons/24-tabs-stop.png",
    "32": "icons/32-tabs-stop.png",
    "48": "icons/48-tabs-stop.png"
  },
  "manifest_version": 2,
  "name": "Stop All Button",
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "version": "1.5resigned1"
}

Meilleures alternatives Stop All Button

Voici quelques Firefox add-ons qui sont similaires à Stop All Button :