ignore-x-frame-options

ignore x-frame-options

What is ignore-x-frame-options?

ignore-x-frame-options is a Chrome extension developed by hotari, and its main feature is "ignore x-frame-options".

Extension Screenshots

screenshot
screenshot

Download ignore-x-frame-options Extension CRX File

Download ignore-x-frame-options 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

                        ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.

Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.

You can solve this problem by just installing ignore-x-frame-options.

Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only.                    

Extension Basic Information

Name ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
Official URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Description ignore x-frame-options
File Size 3.66 KB
Installation Count 1,438
Current Version 1
Last Updated 2022-07-06
Publish Date 2022-07-05
Rating 3.67/5 Total 3 Ratings
Developer hotari
Email [email protected]
Payment Type free
Extension Website https://github.com/HotariTobu/ignore-x-frame-options
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-options",
    "description": "ignore x-frame-options",
    "version": "1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}