ignore-x-frame-headers

ignore-x-frame-headers

ignore-x-frame-headers là gì?

ignore-x-frame-headers là một tiện ích mở rộng Chrome được phát triển bởi csonlai, và tính năng chính của nó là "ignore-x-frame-headers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ignore-x-frame-headers

Tải xuống các tệp mở rộng ignore-x-frame-headers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ignore-x-frame-headers ignore-x-frame-headers
ID ohgdnhkppgeemnmjebhedjneajcedppf
URL Chính Thức https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf
Mô tả ignore-x-frame-headers
Kích Thước Tệp 6.85 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-09-01
Ngày Phát Hành 2021-07-01
Nhà Phát Triển csonlai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}