Show IP address

Show IP address

Quickly check your IP address and see some other information without opening an additional page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "ip-19.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "<all_urls>",
    "background",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "short_name": "__MSG_extName__",
  "version": "1.3.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}