iFrame Allow

Ignores X-Frame-Options to allow iFrames for all web pages.

¿Qué es iFrame Allow?

iFrame Allow es una extensión de Chrome desarrollada por littlen4, y su función principal es "Ignores X-Frame-Options to allow iFrames for all web pages.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión iFrame Allow

Descarga archivos de extensión iFrame Allow 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

                        iFrame Allow lets all websites be displayed in iframes.

If you found this extension useful, please consider supporting it: paypal.me/iframeallow/

Currently, big sites like Google and Facebook don't allow their site to be displayed in iframes for security reasons. This extension allows any website, including Google and Facebook to be displayed in iframes.                    

Información Básica de la Extensión

Nombre iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
URL Oficial https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Descripción Ignores X-Frame-Options to allow iFrames for all web pages.
Tamaño del Archivo 4.56 KB
Cantidad de Instalaciones 25,438
Versión Actual 1.0
Última Actualización 2017-07-28
Fecha de Publicación 2017-07-28
Calificación 3.85/5 Total de 27 Calificaciones
Desarrollador littlen4
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iFrame Allow",
    "description": "Ignores X-Frame-Options to allow iFrames for all web pages.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}