iFrame Allow

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

Co to jest iFrame Allow?

iFrame Allow to rozszerzenie Chrome opracowane przez littlen4, a jego główną funkcją jest „Ignores X-Frame-Options to allow iFrames for all web pages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iFrame Allow

Pobierz pliki rozszerzeń iFrame Allow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Oficjalny URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Opis Ignores X-Frame-Options to allow iFrames for all web pages.
Rozmiar pliku 4.56 KB
Liczba instalacji 25,438
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-07-28
Data Publikacji 2017-07-28
Ocena 3.85/5 Łącznie 27 Oceny
Deweloper littlen4
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}