Ignore X-Frame headers
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Cos'è Ignore X-Frame headers?
Ignore X-Frame headers è un'estensione di Chrome sviluppata da fabgamerzfam, e la sua funzione principale è "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ignore X-Frame headers
Scarica i file di estensione Ignore X-Frame headers 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
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Informazioni di Base sull'Estensione
Nome | |
ID | kfmppdecjbnbjkkcodpmnmlaonjhccfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd |
Descrizione | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed. |
Dimensione del File | 8 KB |
Conteggio Installazioni | 440 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-09-30 |
Data di Pubblicazione | 2020-04-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | fabgamerzfam |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |