Ignore X-Frame headers

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

Co to jest Ignore X-Frame headers?

Ignore X-Frame headers to rozszerzenie Chrome opracowane przez fabgamerzfam, a jego główną funkcją jest „Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ignore X-Frame headers

Pobierz pliki rozszerzeń Ignore X-Frame headers 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
Oficjalny URL https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
Opis Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Rozmiar pliku 8 KB
Liczba instalacji 440
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-09-30
Data Publikacji 2020-04-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper fabgamerzfam
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ignore X-Frame headers",
    "version": "1.1.1",
    "description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}