React2shell - RSC Sentinel Firefox

Examine source code of React2shell - RSC Sentinel

提供元: Muhammad Uwais
Inspect and view changes in React2shell - RSC Sentinel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RSC Sentinel",
  "version": "1.1",
  "description": "Detects React Server Components (RSC) and Next.js App Router fingerprints.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d2b9c4f1-1f3e-4c1e-b9b7-3c91b3d1a2fa}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "images/img2.png"
  },
  "action": {
    "default_icon": {
      "48": "images/img2.png"
    },
    "default_popup": "popup.html",
    "default_title": "RSC Sentinel"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

ベストのReact2shell - RSC Sentinel代替案

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