ignore-x-frame-headers

ignore-x-frame-headers

ignore-x-frame-headersคืออะไร?

ignore-x-frame-headers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย csonlai และคุณลักษณะหลักของมันคือ "ignore-x-frame-headers"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ignore-x-frame-headers

ดาวน์โหลดไฟล์ส่วนขยาย ignore-x-frame-headers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        去掉x-frame-headers 兼容视频iframe内展示样式                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ignore-x-frame-headers ignore-x-frame-headers
ID ohgdnhkppgeemnmjebhedjneajcedppf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf
คำอธิบาย ignore-x-frame-headers
ขนาดไฟล์ 6.85 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-09-01
วันที่เผยแพร่ 2021-07-01
ผู้พัฒนา csonlai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-headers",
    "version": "1.0.1",
    "description": "ignore-x-frame-headers",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "ignore-x-frame-headers"
    },
    "background": {
        "scripts": [
            "background\/ignore-x-frame-headers.js",
            "background\/ignore-request-headers.js",
            "background\/set-cookie-headers.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content\/iframe\/parent.js",
                "content\/iframe\/child.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}