Website IP Firefox

Examine source code of Website IP

By: Daniel
Inspect and view changes in Website IP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website IP",
  "version": "1.0",
  "description": "Toont het IP-adres van de huidige website",
  "permissions": [
    "activeTab",
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{de7bad0c-9cda-4d73-96b4-a88506b91fff}"
    }
  }
}

Best Website IP Alternatives

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