iFrame Allow

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

Wat is iFrame Allow?

iFrame Allow is een Chrome-extensie ontwikkeld door StatsDevelopment, en de belangrijkste functie is "Ignores X-Frame-Options to allow iFrames for all web pages.".

Download het CRX-bestand van de extensie iFrame Allow

Download iFrame Allow-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

                                            

Basisinformatie over de Extensie

Naam iFrame Allow iFrame Allow
ID mlkjmcgfcppipdlhdaleciffjonpnhpo
Officiële URL https://chrome.google.com/webstore/detail/iframe-allow/mlkjmcgfcppipdlhdaleciffjonpnhpo
Beschrijving Ignores X-Frame-Options to allow iFrames for all web pages.
Bestandsgrootte 4.56 KB
Aantal Installaties 346
Huidige Versie 1.0
Laatst Bijgewerkt 2014-09-30
Publicatiedatum 2014-09-18
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar StatsDevelopment
Betalingswijze free
Ondersteunde Talen en-GB
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",
        ""
    ]
}