iFrame Allow

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

Apa itu iFrame Allow?

iFrame Allow adalah ekstensi Chrome yang dikembangkan oleh littlen4, dan fitur utamanya adalah "Ignores X-Frame-Options to allow iFrames for all web pages.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi iFrame Allow

Unduh file ekstensi iFrame Allow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
URL Resmi https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Deskripsi Ignores X-Frame-Options to allow iFrames for all web pages.
Ukuran File 4.56 KB
Jumlah Instalasi 25,438
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-07-28
Tanggal Publikasi 2017-07-28
Penilaian 3.85/5 Total 27 Penilaian
Pengembang littlen4
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}