By: xss-finder-ext
Inspect and view changes in XSS Finder ext source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "XSS Finder",
"version": "1.0.0",
"description": "Client-side, read-only detector for common XSS risk indicators: unsafe inline JS, reflected params, javascript: URLs, lax CSP, and more.",
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage",
"<all_urls>",
"webRequest"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_title": "XSS Finder",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "xss-finder@example.com",
"strict_min_version": "102.0"
}
}
} Best XSS Finder ext Alternatives
Here are some Firefox add-ons that are similar to XSS Finder ext:
XSS Finder
xss-finder
XSS Detector
Zack Coleman
SurfSafe
Keat
SQL Injection Finder ext
sql-injection-finder-ext
DOM XSS Highlighter — Pro
0xgz
CSS Sentry
dougg0k
Cross-Origin Resource
cross-origin-resource-check
KNOXSS Community Edition
Brute Logic
XSSpect
Muhammed Galal
Tracy
Jake Heath
CSP Evaluator
Hacks and Hops