iFrame Allow

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

What is iFrame Allow?

iFrame Allow is a Chrome extension developed by littlen4, and its main feature is "Ignores X-Frame-Options to allow iFrames for all web pages.".

Extension Screenshots

screenshot

Download iFrame Allow Extension CRX File

Download iFrame Allow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Official URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Description Ignores X-Frame-Options to allow iFrames for all web pages.
File Size 4.56 KB
Installation Count 25,438
Current Version 1.0
Last Updated 2017-07-28
Publish Date 2017-07-28
Rating 3.85/5 Total 27 Ratings
Developer littlen4
Payment Type free
Supported Languages 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",
        ""
    ]
}