ignore-x-frame-headers

ignore-x-frame-headers

什麼是ignore-x-frame-headers?

ignore-x-frame-headers是由csonlai開發的Chrome擴展程式,該擴展的主要功能是“ignore-x-frame-headers”。

擴展截圖

screenshot

下載ignore-x-frame-headers擴展crx文件

下載ignore-x-frame-headers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 ignore-x-frame-headers ignore-x-frame-headers
ID ohgdnhkppgeemnmjebhedjneajcedppf
官方網址 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",
        ""
    ]
}