ignore-x-frame-options

ignore x-frame-options

Что такое ignore-x-frame-options?

ignore-x-frame-options - это расширение Chrome, разработанное hotari, и его основная функция - "ignore x-frame-options".

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

screenshot
screenshot

Скачать файл CRX расширения ignore-x-frame-options

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

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

                        ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.

Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.

You can solve this problem by just installing ignore-x-frame-options.

Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only.                    

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

Название ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
Официальный URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Описание ignore x-frame-options
Размер файла 3.66 KB
Количество установок 1,438
Текущая Версия 1
Последнее Обновление 2022-07-06
Дата публикации 2022-07-05
Рейтинг 3.67/5 Всего 3 оценок
Разработчик hotari
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/HotariTobu/ignore-x-frame-options
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-options",
    "description": "ignore x-frame-options",
    "version": "1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}