IP Address Popup Firefox

Examine source code of IP Address Popup

By: Link Add-on
Inspect and view changes in IP Address Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "IP Address Popup",
  "version": "1.9.4",
  "description": "Shows the IPv4 and IPv6 addresses of the current website as a draggable overlay. Click the toolbar icon to toggle.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ip-popup@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png"
    },
    "default_title": "IP Address Popup"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  }
}

Best IP Address Popup Alternatives

Here are some Firefox add-ons that are similar to IP Address Popup: