Load LinkedIn in iFrame

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

Cos'è Load LinkedIn in iFrame?

Load LinkedIn in iFrame è un'estensione di Chrome sviluppata da rajeev.prabhu, e la sua funzione principale è "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Load LinkedIn in iFrame

Scarica i file di estensione Load LinkedIn in iFrame in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Load LinkedIn in iFrame Load LinkedIn in iFrame
ID baolmeaifocmelmonlkelchblidfgmgo
URL Ufficiale https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo
Descrizione Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Dimensione del File 4.51 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-20
Data di Pubblicazione 2019-03-20
Sviluppatore rajeev.prabhu
Tipo di Pagamento free
Lingue Supportate 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\/*\/*"
    ]
}