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입니다: