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

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

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