SuperStop Firefox

Examine source code of SuperStop

Inspect and view changes in SuperStop source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.6",
  "name": "SuperStop",
  "author": "Gavin Sharp",
  "description": "Stop active animations, videos, JS timers, WebSockets and XHR requests with a single key press.",
  "applications": {
    "gecko": {
      "id": "superstop@gavinsharp.com",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "settings.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/superstop16.png",
    "32": "icons/superstop32.png",
    "48": "icons/superstop48.png",
    "96": "icons/superstop96.png",
    "128": "icons/superstop128.png"
  },
  "browser_action": {}
}

Meilleures alternatives SuperStop

Voici quelques Firefox add-ons qui sont similaires à SuperStop :