iFrame Allow

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

Что такое iFrame Allow?

iFrame Allow - это расширение Chrome, разработанное littlen4, и его основная функция - "Ignores X-Frame-Options to allow iFrames for all web pages.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения iFrame Allow

Скачайте файлы расширений iFrame Allow в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название iFrame Allow iFrame Allow
ID gifgpciglhhpmeefjdmlpboipkibhbjg
Официальный URL https://chromewebstore.google.com/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg
Описание Ignores X-Frame-Options to allow iFrames for all web pages.
Размер файла 4.56 KB
Количество установок 25,438
Текущая Версия 1.0
Последнее Обновление 2017-07-28
Дата публикации 2017-07-28
Рейтинг 3.85/5 Всего 27 оценок
Разработчик littlen4
Тип оплаты free
Поддерживаемые языки 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",
        ""
    ]
}