Load LinkedIn in iFrame

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

Apa itu Load LinkedIn in iFrame?

Load LinkedIn in iFrame adalah ekstensi Chrome yang dikembangkan oleh rajeev.prabhu, dan fitur utamanya adalah "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Load LinkedIn in iFrame

Unduh file ekstensi Load LinkedIn in iFrame 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 for LinkedIn.                    

Informasi Dasar Ekstensi

Nama Load LinkedIn in iFrame Load LinkedIn in iFrame
ID baolmeaifocmelmonlkelchblidfgmgo
URL Resmi https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo
Deskripsi Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Ukuran File 4.51 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-20
Tanggal Publikasi 2019-03-20
Pengembang rajeev.prabhu
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Load LinkedIn in iFrame",
    "description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.linkedin.com\/*\/*"
    ]
}