Ignore X-Frame headers

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

Ignore X-Frame headersとは何ですか?

Ignore X-Frame headersはfabgamerzfamによって開発されたChromeの拡張機能で、その主な機能は「Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.」です。

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

screenshot

Ignore X-Frame headers拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
公式URL https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
説明 Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
ファイルサイズ 8 KB
インストール数 440
現在のバージョン 1.1.1
最終更新日 2020-09-30
公開日 2020-04-27
評価 5.00/5 合計 1 レビュー
開発者 fabgamerzfam
Eメール [email protected]
支払い方法 free
対応言語 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",
        ""
    ]
}