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"
}
} Best WebPage Source Recon Alternatives
Here are some Firefox add-ons that are similar to WebPage Source Recon:
View Page Source - HTML Viewer
Ahmed Sajjad Zaidi
Show Data Variables
onii.com
JS Recon Buddy
JSReconBuddy
Web Scraper - Export & Security Scanner
voon
Quick Source Code Viewer
Hannah
WebPage Same Origin APIs
Libor Benes (Dr. B)
WEA - Web Exposure Analyzer
Ali
Fire Source Viewer
Francesco De Stefano
Page Source Analyzer
OS_78
Page Source HTML Viewer (works on Android)
ChillaxJustDoIt
WebResearcherJS
armstrong153