MobileDevTools Firefox

Examine source code of MobileDevTools

提供元: Mr.bates Add-on
Inspect and view changes in MobileDevTools source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MobileDevTools",
  "version": "1.0",
  "description": "Console, network, and element inspector panel for any page.",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mobiledevtools@stanleybates.example",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

ベストのMobileDevTools代替案

MobileDevToolsに類似したFirefox add-onをいくつか紹介します: