My IP

My IP

This extension will give you information about your current IP address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ip api",
  "version": "1.0",
  "description": "This extension will give you information about your current IP address.",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "500": "IMG/IP.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{424485ef-8107-4935-956a-f69b2b0e29d5}"
    }
  }
}