XNfire Firefox

Examine source code of XNfire

Inspect and view changes in XNfire source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "XNfire",
  "description": "Firefox extension to warn browser users when the site they visit is an IDN domain",
  "homepage_url": "https://github.com/xn-twist/XNfire",
  "version": "1.0.0",
  "icons": {
    "64": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "idndetect.js"
      ]
    }
  ]
}

Best XNfire Alternatives

Here are some Firefox add-ons that are similar to XNfire: