Big Stop Button Firefox

Examine source code of Big Stop Button

Inspect and view changes in Big Stop Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Big Stop Button",
  "version": "1.0",
  "author": "Matthew Scheifer",
  "description": "Shows a centered stop button when navigating to new pages",
  "permissions": [
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "constants.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "constants.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@big-stop-button.mscheifer",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Big Stop Button Alternatives

Here are some Firefox add-ons that are similar to Big Stop Button: