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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fabgamerzfam และคุณลักษณะหลักของมันคือ "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ignore X-Frame headers

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