Stop All Button

Stop All Button

Stop all tabs from loading when you have mass opened tabs and found the one you really wanted.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "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"
}