My Public IP Firefox

Examine source code of My Public IP

By: Chazz
Inspect and view changes in My Public IP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MY Public IP",
  "version": "1.3",
  "description": "A simple extension that displays the current public IP Address of the user.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "ipicon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "charleysmithwth@gmail.com",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "64": "ipicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best My Public IP Alternatives

Here are some Firefox add-ons that are similar to My Public IP: