RSC Devtools Chrome

Examine source code of RSC Devtools

Inspect and view changes in RSC Devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RSC Devtools",
  "version": "1.1.1",
  "description": "React Server Components network visualizer",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "manifest_version": 3,
  "devtools_page": "devtoolsPage.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/fetchPatcherInjector.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "assets/readNextJsScriptTagsInjector.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

Best RSC Devtools Alternatives

Here are some Chrome extensions that are similar to RSC Devtools: