iFrame Allow

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

Wat is iFrame Allow?

iFrame Allow is een Chrome-extensie ontwikkeld door littlen4, en de belangrijkste functie is "Ignores X-Frame-Options to allow iFrames for all web pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iFrame Allow

Download iFrame Allow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Officiële URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Beschrijving Ignores X-Frame-Options to allow iFrames for all web pages.
Bestandsgrootte 4.56 KB
Aantal Installaties 25,438
Huidige Versie 1.0
Laatst Bijgewerkt 2017-07-28
Publicatiedatum 2017-07-28
Beoordeling 3.85/5 Totaal 27 Beoordelingen
Ontwikkelaar littlen4
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}