ignore-x-frame-headers

ignore-x-frame-headers

What is ignore-x-frame-headers?

ignore-x-frame-headers is a Chrome extension developed by csonlai, and its main feature is "ignore-x-frame-headers".

Extension Screenshots

screenshot

Download ignore-x-frame-headers Extension CRX File

Download ignore-x-frame-headers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ignore-x-frame-headers ignore-x-frame-headers
ID ohgdnhkppgeemnmjebhedjneajcedppf
Official URL https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf
Description ignore-x-frame-headers
File Size 6.85 KB
Installation Count 142
Current Version 1.0.1
Last Updated 2021-09-01
Publish Date 2021-07-01
Developer csonlai
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}