Ping Blocker Firefox

Examine source code of Ping Blocker

Inspect and view changes in Ping Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.4",
  "manifest_version": 3,
  "name": "Ping Blocker",
  "host_permissions": [
    "*://*/*"
  ],
  "homepage_url": "https://mybrowseraddon.com/ping-blocker.html",
  "description": "Prevents sites from tracking you by blocking the PING request!",
  "permissions": [
    "storage",
    "webRequest",
    "declarativeNetRequest"
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{5f71c3a8-a791-476d-a9c7-fc00291a40b6}"
    }
  },
  "action": {
    "default_title": "Ping Blocker",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/netrequest.js",
      "lib/webrequest.js",
      "lib/common.js"
    ]
  },
  "commands": {
    "toggle-state": {
      "description": "Ping Blocker",
      "suggested_key": {
        "mac": "Command+Shift+D",
        "default": "Ctrl+Shift+D"
      }
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Ping Blocker Alternatives

Here are some Firefox add-ons that are similar to Ping Blocker: