iFrame Allow

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

iFrame Allowคืออะไร?

iFrame Allow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย littlen4 และคุณลักษณะหลักของมันคือ "Ignores X-Frame-Options to allow iFrames for all web pages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iFrame Allow

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}