My IP address

My IP address

Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icon32.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "background": {
    "service_worker": "bg.js"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://*.dnslytics.net/*"
  ],
  "version": "2.0.5",
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://*.dnslytics.net; img-src https://*.dnslytics.net;"
  }
}