Localhost Detector Firefox

Examine source code of Localhost Detector

By: ntp
Inspect and view changes in Localhost Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Localhost detector",
  "description": "Detects if you are accessing localhost or production and respectively shows prominent red banner only on localhost.",
  "version": "0.4",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "local.js"
      ],
      "css": [
        "local.css"
      ],
      "matches": [
        "*://localhost/*",
        "*://127.0.0.1/*",
        "*://*.local/*"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Localhost Detector Alternatives

Here are some Firefox add-ons that are similar to Localhost Detector: