Ignore X-Frame headers

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

Wat is Ignore X-Frame headers?

Ignore X-Frame headers is een Chrome-extensie ontwikkeld door fabgamerzfam, en de belangrijkste functie is "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ignore X-Frame headers

Download Ignore X-Frame headers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
Officiële URL https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
Beschrijving Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Bestandsgrootte 8 KB
Aantal Installaties 440
Huidige Versie 1.1.1
Laatst Bijgewerkt 2020-09-30
Publicatiedatum 2020-04-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fabgamerzfam
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}