Ignore X-Frame headers

Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.

Что такое Ignore X-Frame headers?

Ignore X-Frame headers - это расширение Chrome, разработанное fabgamerzfam, и его основная функция - "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".

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

screenshot

Скачать файл CRX расширения Ignore X-Frame headers

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

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

                        Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.                    

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

Название Ignore X-Frame headers Ignore X-Frame headers
ID kfmppdecjbnbjkkcodpmnmlaonjhccfd
Официальный URL https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd
Описание Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Размер файла 8 KB
Количество установок 440
Текущая Версия 1.1.1
Последнее Обновление 2020-09-30
Дата публикации 2020-04-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик fabgamerzfam
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ignore X-Frame headers",
    "version": "1.1.1",
    "description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}