Big Stop Button Firefox

Examine source code of Big Stop Button

제작자: mscheifer
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"
        ]
      }
    }
  }
}

최고의 Big Stop Button 대안

다음은 Big Stop Button과(와) 유사한 Firefox add-on입니다: