CDN(POP) Detect Firefox

Examine source code of CDN(POP) Detect

Inspect and view changes in CDN(POP) Detect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CDN POP Detector",
  "version": "0.0.1",
  "description": "Detects the CDN and POP for the current website.",
  "icons": {
    "32": "icons/cdn-32.png"
  },
  "permissions": [
    "dns",
    "webRequest",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "action": {
    "default_icon": {
      "32": "icons/cdn-32.png"
    },
    "default_title": "Unknown CDN"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cdnpop@addon.certseeds.com",
      "strict_min_version": "109.0"
    }
  }
}

Best CDN(POP) Detect Alternatives

Here are some Firefox add-ons that are similar to CDN(POP) Detect: