iFrame Allow

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

Co je iFrame Allow?

iFrame Allow je rozšíření Chrome vyvinuté littlen4, a jeho hlavní funkcí je „Ignores X-Frame-Options to allow iFrames for all web pages.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření iFrame Allow

Stáhněte si soubory rozšíření iFrame Allow ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Oficiální URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Popis Ignores X-Frame-Options to allow iFrames for all web pages.
Velikost souboru 4.56 KB
Počet instalací 25,438
Aktuální Verze 1.0
Poslední Aktualizace 2017-07-28
Datum Vydání 2017-07-28
Hodnocení 3.85/5 Celkem 27 Hodnocení
Vývojář littlen4
Typ Platby free
Podporované Jazyky 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",
        ""
    ]
}