Ignore X-Frame headers

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

Apa itu Ignore X-Frame headers?

Ignore X-Frame headers adalah ekstensi Chrome yang dikembangkan oleh fabgamerzfam, dan fitur utamanya adalah "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ignore X-Frame headers

Unduh file ekstensi Ignore X-Frame headers 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

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

Informasi Dasar Ekstensi

Nama Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
URL Resmi https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
Deskripsi Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Ukuran File 8 KB
Jumlah Instalasi 440
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-09-30
Tanggal Publikasi 2020-04-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang fabgamerzfam
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}