IP Address Tool

IP Address Tool

Check your IP Address, Proxy IP, Proxy Host and see some more other additional information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "My IP",
  "description": "__MSG_extDesc__",
  "default_locale": "en_GB",
  "manifest_version": 2,
  "version": "0.0.1.1147",
  "homepage_url": "https://chrome.google.com/webstore/detail/ip-address-tool/ljgkplokbilfifgcadbobkfecincmbmk?r=true",
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "static/img/16x16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "static/img/16x16.png",
    "48": "static/img/48x48.png",
    "128": "static/img/128x128.png"
  },
  "permissions": [
    "http://ifconfig.me/*"
  ]
}