Load LinkedIn in iFrame

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

Wat is Load LinkedIn in iFrame?

Load LinkedIn in iFrame is een Chrome-extensie ontwikkeld door rajeev.prabhu, en de belangrijkste functie is "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Load LinkedIn in iFrame

Download Load LinkedIn in iFrame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Load LinkedIn in iFrame Load LinkedIn in iFrame
ID baolmeaifocmelmonlkelchblidfgmgo
Officiële URL https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo
Beschrijving Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Bestandsgrootte 4.51 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-20
Publicatiedatum 2019-03-20
Ontwikkelaar rajeev.prabhu
Betalingswijze free
Ondersteunde Talen 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\/*\/*"
    ]
}