Whatismyipaddress - Show My IP address

Whatismyipaddress - Show My IP address

Show your IP address, ISP, location, DNS. You can get my IP address more information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Whatismyipaddress - Show My IP address",
  "version": "2.0.2",
  "manifest_version": 2,
  "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.",
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon.19.png",
      "38": "images/icon.38.png"
    },
    "default_title": "Show my IP",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon.128.png"
  },
  "incognito": "spanning",
  "minimum_chrome_version": "17",
  "permissions": [
    "http://*.hidemyass.com/",
    "http://*.hmageo.com/"
  ]
}