Load LinkedIn in iFrame

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

Co to jest Load LinkedIn in iFrame?

Load LinkedIn in iFrame to rozszerzenie Chrome opracowane przez rajeev.prabhu, a jego główną funkcją jest „Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Load LinkedIn in iFrame

Pobierz pliki rozszerzeń Load LinkedIn in iFrame w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Load LinkedIn in iFrame Load LinkedIn in iFrame
ID baolmeaifocmelmonlkelchblidfgmgo
Oficjalny URL https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo
Opis Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Rozmiar pliku 4.51 KB
Liczba instalacji 37
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-03-20
Data Publikacji 2019-03-20
Deweloper rajeev.prabhu
Typ Płatności free
Obsługiwane Języki 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\/*\/*"
    ]
}