iFrame Allow

Ignores X-Frame-Options to allow iFrames for all web pages.

iFrame Allow là gì?

iFrame Allow là một tiện ích mở rộng Chrome được phát triển bởi littlen4, và tính năng chính của nó là "Ignores X-Frame-Options to allow iFrames for all web pages.".

Ả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 iFrame Allow

Tải xuống các tệp mở rộng iFrame Allow 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

                        iFrame Allow lets all websites be displayed in iframes.

If you found this extension useful, please consider supporting it: paypal.me/iframeallow/

Currently, big sites like Google and Facebook don't allow their site to be displayed in iframes for security reasons. This extension allows any website, including Google and Facebook to be displayed in iframes.                    

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

Tên iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
URL Chính Thức https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Mô tả Ignores X-Frame-Options to allow iFrames for all web pages.
Kích Thước Tệp 4.56 KB
Số Lần Cài Đặt 25,438
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-28
Ngày Phát Hành 2017-07-28
Đánh Giá 3.85/5 Tổng số 27 Đánh Giá
Nhà Phát Triển littlen4
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iFrame Allow",
    "description": "Ignores X-Frame-Options to allow iFrames for all web pages.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}