ignore-x-frame-options

ignore x-frame-options

Qu'est-ce que ignore-x-frame-options ?

ignore-x-frame-options est une extension Chrome développée par hotari, et sa fonction principale est "ignore x-frame-options".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ignore-x-frame-options

Téléchargez les fichiers d'extension ignore-x-frame-options au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
URL Officiel https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Description ignore x-frame-options
Taille du Fichier 3.66 KB
Nombre d'Installations 1,438
Version Actuelle 1
Dernière Mise à Jour 2022-07-06
Date de Publication 2022-07-05
Évaluation 3.67/5 Total 3 Évaluations
Développeur hotari
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/HotariTobu/ignore-x-frame-options
Langues Prises en Charge 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"
    ]
}