Ignore X-Frame headers

Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.

What is Ignore X-Frame headers?

Ignore X-Frame headers is a Chrome extension developed by fabgamerzfam, and its main feature is "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".

Extension Screenshots

screenshot

Download Ignore X-Frame headers Extension CRX File

Download Ignore X-Frame headers 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

                        Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.                    

Extension Basic Information

Name Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
Official URL https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
Description Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
File Size 8 KB
Installation Count 440
Current Version 1.1.1
Last Updated 2020-09-30
Publish Date 2020-04-27
Rating 5.00/5 Total 1 Ratings
Developer fabgamerzfam
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ignore X-Frame headers",
    "version": "1.1.1",
    "description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}