By: Harry Cutts Add-on
Inspect and view changes in Opener Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Opener Detector",
"version": "1.0.1resigned1",
"description": "Checks for window.opener vulnerabilities as you browse.",
"homepage_url": "https://github.com/HarryCutts/opener-detector",
"icons": {
"48": "icons/icon.png",
"96": "icons/icon@2x.png"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib/browser-polyfill.min.js",
"config.js",
"check.js"
]
}
],
"web_accessible_resources": [
"vuln_report_page.html"
],
"browser_specific_settings": {
"gecko": {
"id": "{38554d36-f61e-4120-9573-1f83fa991681}"
}
}
} Best Opener Detector Alternatives
Here are some Firefox add-ons that are similar to Opener Detector:
Link Protector
Leonardo
Nooperify
Bytez
moarTLS
EricLaw
In-Page Pop-up Reporter
Ehsan Akhgari
Link Tab Checker
Adam Developer
Link Scam Protect
igorlogius
wearelinked
hamr
SecurityShrimp APEX
SecurityShrimp LTD
Web Developer Checklist
Toptal
URL Security Scanner
Sukhesh Chandra
Source Link Scanner
Juri richter
a11y.css accessibility checker
Stephane Deschamps