MyIPAddress

MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "1.0.2",
  "manifest_version": 3,
  "name": "MyIPAddress",
  "permissions": [
    "webRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@freeipapi.com"
    }
  },
  "icons": {
    "16": "images/icon-16x16.png",
    "24": "images/icon-24x24.png",
    "32": "images/icon-32x32.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16x16.png",
      "24": "images/icon-24x24.png",
      "32": "images/icon-32x32.png"
    },
    "default_title": "Click Me",
    "default_popup": "popup.html"
  }
}