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
官方網址 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
電子郵箱 [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"
    ]
}