Examine source code of Show External IP 2023

Inspect and view changes in Show External IP 2023 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Show External IP",
  "description": "Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.",
  "version": "1.0.6",
  "icons": {
    "16": "icon-dark.svg",
    "48": "icon-dark.svg",
    "128": "icon-dark.svg"
  },
  "browser_action": {
    "default_icon": "icon-dark.svg",
    "default_popup": "showextip.html",
    "default_title": "Show External IP",
    "theme_icons": [
      {
        "light": "icon-light.svg",
        "dark": "icon-dark.svg",
        "size": 32
      }
    ]
  },
  "permissions": [
    "https://showextip.azurewebsites.net/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5133f8d-eeeb-4de4-a082-c3e9ec367662}"
    }
  }
}