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
官方網址 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",
        ""
    ]
}