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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}