Examine source code of Get My IP One Click

Inspect and view changes in Get My IP One Click 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
{
  "name": "Get My IP One Click",
  "description": "Get your IP with one click whenever you need it, no shenanigan and backflips just to get your external IP.",
  "version": "1.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Get My IP One Click",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://api.myip.com/"
  ],
  "author": "Youba Amj",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}