iFrame Allow

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

Was ist iFrame Allow?

iFrame Allow ist eine Chrome-Erweiterung, die von littlen4 entwickelt wurde, und ihr Hauptmerkmal ist "Ignores X-Frame-Options to allow iFrames for all web pages.".

Erweiterungsscreenshots

screenshot

iFrame Allow-Erweiterungs-CRX-Datei herunterladen

Laden Sie iFrame Allow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Offizielle URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Beschreibung Ignores X-Frame-Options to allow iFrames for all web pages.
Dateigröße 4.56 KB
Installationsanzahl 25,438
Aktuelle Version 1.0
Letztes Update 2017-07-28
Veröffentlichungsdatum 2017-07-28
Bewertung 3.85/5 Insgesamt 27 Bewertungen
Entwickler littlen4
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}