iFrame Allow
Ignores X-Frame-Options to allow iFrames for all web pages.
Was ist iFrame Allow?
iFrame Allow ist eine Chrome-Erweiterung, die von StatsDevelopment entwickelt wurde, und ihr Hauptmerkmal ist "Ignores X-Frame-Options to allow iFrames for all web pages.".
iFrame Allow-Erweiterungs-CRX-Datei herunterladen
Laden Sie iFrame Allow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | mlkjmcgfcppipdlhdaleciffjonpnhpo |
Offizielle URL | https://chrome.google.com/webstore/detail/iframe-allow/mlkjmcgfcppipdlhdaleciffjonpnhpo |
Beschreibung | Ignores X-Frame-Options to allow iFrames for all web pages. |
Dateigröße | 4.56 KB |
Installationsanzahl | 346 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-09-30 |
Veröffentlichungsdatum | 2014-09-18 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | StatsDevelopment |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |