Suspend Network Firefox

Examine source code of Suspend Network

Inspect and view changes in Suspend Network source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Suspend Network",
  "version": "1.0",
  "description": "Suspend and resume all network requests in the current tab",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse",
    "webNavigation",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Suspend Network",
    "default_icon": {
      "16": "icons/suspended-16.svg",
      "32": "icons/suspended-32.svg",
      "48": "icons/suspended-48.svg",
      "96": "icons/suspended-96.svg"
    }
  },
  "icons": {
    "48": "icons/suspended-48.svg",
    "96": "icons/suspended-96.svg"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "suspend-network@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Meilleures alternatives Suspend Network

Voici quelques Firefox add-ons qui sont similaires à Suspend Network :