Yuzu Inspector Firefox

Examine source code of Yuzu Inspector

Inspect and view changes in Yuzu Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Yuzu Inspector",
  "description": "Inspect Yuzu components in browser devtools",
  "devtools_page": "devtools.html",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon-off.png"
    },
    "default_title": "Yuzu Devtools"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "initialize.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "detector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "file:///*",
    "http://*/*",
    "https://*/*"
  ],
  "version": "2.1.1"
}

Best Yuzu Inspector Alternatives

Here are some Firefox add-ons that are similar to Yuzu Inspector: