ignore-x-frame-options

ignore x-frame-options

Wat is ignore-x-frame-options?

ignore-x-frame-options is een Chrome-extensie ontwikkeld door hotari, en de belangrijkste functie is "ignore x-frame-options".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ignore-x-frame-options

Download ignore-x-frame-options-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

                        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.                    

Basisinformatie over de Extensie

Naam ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
Officiële URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Beschrijving ignore x-frame-options
Bestandsgrootte 3.66 KB
Aantal Installaties 1,438
Huidige Versie 1
Laatst Bijgewerkt 2022-07-06
Publicatiedatum 2022-07-05
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar hotari
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/HotariTobu/ignore-x-frame-options
Ondersteunde Talen 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"
    ]
}