WebPage Source Recon Firefox

Examine source code of WebPage Source Recon

Inspect and view changes in WebPage Source Recon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WebPage Source Recon",
  "version": "1.0",
  "description": "Sidebar for analyzing raw web page source during reconnaissance. Extracts HTML comments, meta tags, inline scripts, hidden inputs, with filtering and export.",
  "browser_specific_settings": {
    "gecko": {
      "id": "webpage_source_recon@libor_benes.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "sidebar_action": {
    "default_title": "WebPage Source Recon",
    "default_panel": "sidebar.html"
  }
}

최고의 WebPage Source Recon 대안

다음은 WebPage Source Recon과(와) 유사한 Firefox add-on입니다: