iFrame Allow

Ignores X-Frame-Options to allow iFrames for all web pages.

Qu'est-ce que iFrame Allow ?

iFrame Allow est une extension Chrome développée par littlen4, et sa fonction principale est "Ignores X-Frame-Options to allow iFrames for all web pages.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iFrame Allow

Téléchargez les fichiers d'extension iFrame Allow 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

                        iFrame Allow lets all websites be displayed in iframes.

If you found this extension useful, please consider supporting it: paypal.me/iframeallow/

Currently, big sites like Google and Facebook don't allow their site to be displayed in iframes for security reasons. This extension allows any website, including Google and Facebook to be displayed in iframes.                    

Informations de Base sur l'Extension

Nom iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
URL Officiel https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Description Ignores X-Frame-Options to allow iFrames for all web pages.
Taille du Fichier 4.56 KB
Nombre d'Installations 25,438
Version Actuelle 1.0
Dernière Mise à Jour 2017-07-28
Date de Publication 2017-07-28
Évaluation 3.85/5 Total 27 Évaluations
Développeur littlen4
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iFrame Allow",
    "description": "Ignores X-Frame-Options to allow iFrames for all web pages.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}