IP Tracker Firefox

Examine source code of IP Tracker

Par : Tatami-web
Inspect and view changes in IP Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "IP Tracker",
  "version": "1.0",
  "description": "The Extension displays the IP address and flag of the associated country.",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "500": "IP.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4180b24e-f1d8-4e14-9a0e-dd58a86d5867}"
    }
  }
}

Meilleures alternatives IP Tracker

Voici quelques Firefox add-ons qui sont similaires à IP Tracker :