Iframe Detector
Provides iframe information when detected on the current page, and allows them to be deleted.
Wat is Iframe Detector?
Iframe Detector is een Chrome-extensie ontwikkeld door https://www.pericror.com, en de belangrijkste functie is "Provides iframe information when detected on the current page, and allows them to be deleted.".
Extensie Screenshots
Download het CRX-bestand van de extensie Iframe Detector
Download Iframe Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Iframe Detector |
ID | bndckplfkckfjbgmgnkkemkdpafdablg |
Officiële URL | https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg |
Beschrijving | Provides iframe information when detected on the current page, and allows them to be deleted. |
Bestandsgrootte | 31.87 KB |
Aantal Installaties | 5,521 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2018-12-11 |
Publicatiedatum | 2018-12-10 |
Beoordeling | 4.07/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://www.pericror.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://www.pericror.com/software/iframe-detector-chrome-extension/ |
Ondersteunde Talen | 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 |