iFrame Allow

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

Vad är iFrame Allow?

iFrame Allow är en Chrome-tillägg utvecklad av littlen4, och dess huvudfunktion är "Ignores X-Frame-Options to allow iFrames for all web pages.".

Tilläggsskärmbilder

screenshot

Ladda ner iFrame Allow-förlängningens CRX-fil

Ladda ner iFrame Allow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Officiell webbadress https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Beskrivning Ignores X-Frame-Options to allow iFrames for all web pages.
Filstorlek 4.56 KB
Antal Installationer 25,438
Aktuell Version 1.0
Senast Uppdaterad 2017-07-28
Publiceringsdatum 2017-07-28
Betyg 3.85/5 Totalt 27 Betyg
Utvecklare littlen4
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}