ignore-x-frame-options

ignore x-frame-options

Cos'è ignore-x-frame-options?

ignore-x-frame-options è un'estensione di Chrome sviluppata da hotari, e la sua funzione principale è "ignore x-frame-options".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ignore-x-frame-options

Scarica i file di estensione ignore-x-frame-options 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

                        ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.

Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.

You can solve this problem by just installing ignore-x-frame-options.

Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only.                    

Informazioni di Base sull'Estensione

Nome ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
URL Ufficiale https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Descrizione ignore x-frame-options
Dimensione del File 3.66 KB
Conteggio Installazioni 1,438
Versione Corrente 1
Ultimo Aggiornamento 2022-07-06
Data di Pubblicazione 2022-07-05
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore hotari
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HotariTobu/ignore-x-frame-options
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-options",
    "description": "ignore x-frame-options",
    "version": "1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}