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 StatsDevelopment, and its main feature is "Ignores X-Frame-Options to allow iFrames for all web pages.".

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

                                            

Extension Basic Information

Name iFrame Allow iFrame Allow
ID mlkjmcgfcppipdlhdaleciffjonpnhpo
Official URL https://chrome.google.com/webstore/detail/iframe-allow/mlkjmcgfcppipdlhdaleciffjonpnhpo
Description Ignores X-Frame-Options to allow iFrames for all web pages.
File Size 4.56 KB
Installation Count 346
Current Version 1.0
Last Updated 2014-09-30
Publish Date 2014-09-18
Rating 3.33/5 Total 3 Ratings
Developer StatsDevelopment
Payment Type free
Supported Languages en-GB
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",
        ""
    ]
}