Iframe Detector
Provides iframe information when detected on the current page, and allows them to be deleted.
Was ist Iframe Detector?
Iframe Detector ist eine Chrome-Erweiterung, die von https://www.pericror.com entwickelt wurde, und ihr Hauptmerkmal ist "Provides iframe information when detected on the current page, and allows them to be deleted.".
Erweiterungsscreenshots
Iframe Detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Iframe 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
Alerts users if iframes are present on a web page with an extension badge that tracks the number of iframes detected. Provides additional security by giving visibility against sites containing iframes with malicious script. How can an iframe affect my security? See the following explanation of cross frame scripting: https://www.owasp.org/index.php/Cross_Frame_Scripting Pages often utilize iframes legitimately, but proceed with caution if these are used on sites with sensitive information (banking, username/password). The extension allows you to view and delete specific iframes with 'src' tags, and provides information on the 'src'. All iframes detected on the page are able to be deleted.
Grundlegende Informationen zur Erweiterung
Name | Iframe Detector |
ID | bndckplfkckfjbgmgnkkemkdpafdablg |
Offizielle URL | https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg |
Beschreibung | Provides iframe information when detected on the current page, and allows them to be deleted. |
Dateigröße | 31.87 KB |
Installationsanzahl | 5,521 |
Aktuelle Version | 2.1 |
Letztes Update | 2018-12-11 |
Veröffentlichungsdatum | 2018-12-10 |
Bewertung | 4.07/5 Insgesamt 15 Bewertungen |
Entwickler | https://www.pericror.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://www.pericror.com/software/iframe-detector-chrome-extension/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Provides iframe information when detected on the current page, and allows them to be deleted.", "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Iframe Detector", "short_name": "IframeDetect", "browser_action": { "default_icon": "icon-32.png", "default_title": "Page does not contain an |