iFrame Allow

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

O que é iFrame Allow?

iFrame Allow é uma extensão do Chrome desenvolvida por littlen4, e sua principal característica é "Ignores X-Frame-Options to allow iFrames for all web pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iFrame Allow

Baixe arquivos de extensão iFrame Allow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
URL Oficial https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Descrição Ignores X-Frame-Options to allow iFrames for all web pages.
Tamanho do Arquivo 4.56 KB
Contagem de Instalações 25,438
Versão Atual 1.0
Última Atualização 2017-07-28
Data de Publicação 2017-07-28
Classificação 3.85/5 Total de 27 Avaliações
Desenvolvedor littlen4
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}