net-tools Firefox

Examine source code of net-tools

Inspect and view changes in net-tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "net-tools",
  "version": "1.0.0",
  "description": "Network & site inspector: public IP, headers, redirects, robots/sitemaps, and basic endpoint detection.",
  "browser_specific_settings": {
    "gecko": {
      "id": "net-tools@networkluki.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "browser_action": {
    "default_title": "net-tools",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Meilleures alternatives net-tools

Voici quelques Firefox add-ons qui sont similaires à net-tools :