Inspect and view changes in Page Source Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Page Source Analyzer",
"version": "1.0",
"description": "Finds JS files, paths, hidden inputs, and tokens in the HTML page source.",
"icons": {
"128": "icon16.png"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon16.png",
"128": "icon16.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{be373fb0-3909-4c7c-80c0-486953bc44d1}"
}
}
} Best Page Source Analyzer Alternatives
Here are some Firefox add-ons that are similar to Page Source Analyzer:
JS Analyzer
Faxcel
WebPage Source Recon
Libor Benes (Dr. B)
JS Deep Scraper Pro
lu3ky-13
View Page Source - HTML Viewer
Ahmed Sajjad Zaidi
Quick Source Code Viewer
Hannah
Page Analyzer V2
Kiarin Moco
JS Recon Buddy
JSReconBuddy
Jsmon Security Analyzer — Web Security Inspector
Jsmon
Hidden Script Detector
Harvey Hoffman
LoveJS
n0name
Show Data Variables
onii.com
WhiteSpots secrets hunter
httpnotonly