Opener Detector
Checks for window.opener vulnerabilities as you browse.
Was ist Opener Detector?
Opener Detector ist eine Chrome-Erweiterung, die von Harry Cutts entwickelt wurde, und ihr Hauptmerkmal ist "Checks for window.opener vulnerabilities as you browse.".
Erweiterungsscreenshots
Opener Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Opener Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple browser extension which checks for window.opener vulnerabilities as you browse. When it finds one, it shows a warning page in the vulnerable tab, so that you can report or fix the vulnerability. (Use the back button to return to the page.) Individual pages and whole domains can be added to an ignore list, and by default, vulnerabilities between pages of the same origin (e.g. https://example.com/foo.html and https://example.com/bar.html) are not reported, though this can be changed in the settings. window.opener vulnerabilities allow Web pages to control the tab which opened them. They can be fixed on many browsers simply by adding rel=noopener to your links. For more details, check out Mathias Bynens' article (https://mathiasbynens.github.io/rel-noopener/). Please use responsibly. Disclose vulnerabilities you find, or fix them. Keep your hat white. Source code is available on GitHub (https://github.com/HarryCutts/opener-detector), under the 3-clause BSD license. Contributions welcome!
Grundlegende Informationen zur Erweiterung
Name | Opener Detector |
ID | glgmjdmfggnngmedfgccfdbhdjlfafin |
Offizielle URL | https://chromewebstore.google.com/detail/opener-detector/glgmjdmfggnngmedfgccfdbhdjlfafin |
Beschreibung | Checks for window.opener vulnerabilities as you browse. |
Dateigröße | 29.94 KB |
Installationsanzahl | 77 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-09-04 |
Veröffentlichungsdatum | 2017-09-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Harry Cutts |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Opener Detector", "version": "1.0.0", "description": "Checks for window.opener vulnerabilities as you browse.", "homepage_url": "https:\/\/github.com\/HarryCutts\/opener-detector", "icons": { "48": "icons\/icon.png", "96": "icons\/[email protected]" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ " |