mh-devtools Firefox

Examine source code of mh-devtools

By: mohamed
Inspect and view changes in mh-devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Network Inspector",
  "version": "1.4",
  "description": "Inspect network requests like DevTools (Android compatible)",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Network Inspector",
    "default_popup": "devtool.html",
    "default_area": "navbar"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{98613d31-97ab-4ce4-9532-8e73706ade3e}"
    }
  }
}

Best mh-devtools Alternatives

Here are some Firefox add-ons that are similar to mh-devtools: