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 là gì?

Ignore X-Frame headers là một tiện ích mở rộng Chrome được phát triển bởi fabgamerzfam, và tính năng chính của nó là "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".

Ả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

                        Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.                    

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

Tên Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
URL Chính Thức https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
Mô tả Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Kích Thước Tệp 8 KB
Số Lần Cài Đặt 440
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-09-30
Ngày Phát Hành 2020-04-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển fabgamerzfam
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}