Iframe Detector

Provides iframe information when detected on the current page, and allows them to be deleted.

¿Qué es Iframe Detector?

Iframe Detector es una extensión de Chrome desarrollada por https://www.pericror.com, y su función principal es "Provides iframe information when detected on the current page, and allows them to be deleted.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Iframe Detector

Descarga archivos de extensión Iframe Detector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Iframe Detector Iframe Detector
ID bndckplfkckfjbgmgnkkemkdpafdablg
URL Oficial https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg
Descripción Provides iframe information when detected on the current page, and allows them to be deleted.
Tamaño del Archivo 31.87 KB
Cantidad de Instalaciones 5,521
Versión Actual 2.1
Última Actualización 2018-12-11
Fecha de Publicación 2018-12-10
Calificación 4.07/5 Total de 15 Calificaciones
Desarrollador https://www.pericror.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda http://www.pericror.com/software/iframe-detector-chrome-extension/
Idiomas Soportados 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