ignore-x-frame-options

ignore x-frame-options

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

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

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ignore-x-frame-options 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

                        ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.

Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.

You can solve this problem by just installing ignore-x-frame-options.

Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only.                    

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

Tên ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
URL Chính Thức https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Mô tả ignore x-frame-options
Kích Thước Tệp 3.66 KB
Số Lần Cài Đặt 1,438
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-07-06
Ngày Phát Hành 2022-07-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hotari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HotariTobu/ignore-x-frame-options
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-options",
    "description": "ignore x-frame-options",
    "version": "1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}