iFrame Allow

Ignores X-Frame-Options to allow iFrames for all web pages.

iFrame Allowとは何ですか?

iFrame Allowはlittlen4によって開発されたChromeの拡張機能で、その主な機能は「Ignores X-Frame-Options to allow iFrames for all web pages.」です。

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

screenshot

iFrame Allow拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        iFrame Allow lets all websites be displayed in iframes.

If you found this extension useful, please consider supporting it: paypal.me/iframeallow/

Currently, big sites like Google and Facebook don't allow their site to be displayed in iframes for security reasons. This extension allows any website, including Google and Facebook to be displayed in iframes.                    

拡張機能の基本情報

名前 iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
公式URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
説明 Ignores X-Frame-Options to allow iFrames for all web pages.
ファイルサイズ 4.56 KB
インストール数 25,438
現在のバージョン 1.0
最終更新日 2017-07-28
公開日 2017-07-28
評価 3.85/5 合計 27 レビュー
開発者 littlen4
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iFrame Allow",
    "description": "Ignores X-Frame-Options to allow iFrames for all web pages.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}