WhoseIP Firefox

Examine source code of WhoseIP

By: Chazz Add-on
Inspect and view changes in WhoseIP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhoseIP",
  "version": "1.0",
  "description": "Grabs the IP address and can look up the host information",
  "icons": {
    "48": "icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "com.charleysmithwth@gmail.com",
      "strict_min_version": "102.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  }
}

Best WhoseIP Alternatives

Here are some Firefox add-ons that are similar to WhoseIP: