iFrame Allow

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

Cos'è iFrame Allow?

iFrame Allow è un'estensione di Chrome sviluppata da littlen4, e la sua funzione principale è "Ignores X-Frame-Options to allow iFrames for all web pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iFrame Allow

Scarica i file di estensione iFrame Allow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
URL Ufficiale https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Descrizione Ignores X-Frame-Options to allow iFrames for all web pages.
Dimensione del File 4.56 KB
Conteggio Installazioni 25,438
Versione Corrente 1.0
Ultimo Aggiornamento 2017-07-28
Data di Pubblicazione 2017-07-28
Valutazione 3.85/5 Totale 27 Valutazioni
Sviluppatore littlen4
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}