Load LinkedIn in iFrame

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

Was ist Load LinkedIn in iFrame?

Load LinkedIn in iFrame ist eine Chrome-Erweiterung, die von rajeev.prabhu entwickelt wurde, und ihr Hauptmerkmal ist "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".

Erweiterungsscreenshots

screenshot

Load LinkedIn in iFrame-Erweiterungs-CRX-Datei herunterladen

Laden Sie Load LinkedIn in iFrame-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Load LinkedIn in iFrame Load LinkedIn in iFrame
ID baolmeaifocmelmonlkelchblidfgmgo
Offizielle URL https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo
Beschreibung Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Dateigröße 4.51 KB
Installationsanzahl 37
Aktuelle Version 1.0
Letztes Update 2019-03-20
Veröffentlichungsdatum 2019-03-20
Entwickler rajeev.prabhu
Zahlungsart free
Unterstützte Sprachen 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\/*\/*"
    ]
}