ignore-x-frame-options

ignore x-frame-options

ignore-x-frame-optionsとは何ですか?

ignore-x-frame-optionsはhotariによって開発されたChromeの拡張機能で、その主な機能は「ignore x-frame-options」です。

拡張機能のスクリーンショット

screenshot
screenshot

ignore-x-frame-options拡張機能のCRXファイルをダウンロード

ignore-x-frame-options拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
公式URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
説明 ignore x-frame-options
ファイルサイズ 3.66 KB
インストール数 1,438
現在のバージョン 1
最終更新日 2022-07-06
公開日 2022-07-05
評価 3.67/5 合計 3 レビュー
開発者 hotari
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/HotariTobu/ignore-x-frame-options
対応言語 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"
    ]
}