Iframe Detector

Provides iframe information when detected on the current page, and allows them to be deleted.

ما هو Iframe Detector؟

Iframe Detector هو إضافة Chrome تم تطويرها بواسطة https://www.pericror.com، والميزة الرئيسية لها هي "Provides iframe information when detected on the current page, and allows them to be deleted.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Iframe Detector

قم بتنزيل ملفات الامتداد Iframe Detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Alerts users if iframes are present on a web page with an extension badge that tracks the number of iframes detected.

Provides additional security by giving visibility against sites containing iframes with malicious script.
How can an iframe affect my security? See the following explanation of cross frame scripting:
 https://www.owasp.org/index.php/Cross_Frame_Scripting

Pages often utilize iframes legitimately, but proceed with caution if these are used on sites with sensitive information (banking, username/password).

The extension allows you to view and delete specific iframes with 'src' tags, and provides information on the 'src'. All iframes detected on the page are able to be deleted.                    

معلومات أساسية عن التمديد

الاسم Iframe Detector Iframe Detector
ID bndckplfkckfjbgmgnkkemkdpafdablg
عنوان URL الرسمي https://chromewebstore.google.com/detail/iframe-detector/bndckplfkckfjbgmgnkkemkdpafdablg
الوصف Provides iframe information when detected on the current page, and allows them to be deleted.
حجم الملف 31.87 KB
عدد التثبيتات 5,521
النسخة الحالية 2.1
آخر تحديث 2018-12-11
تاريخ النشر 2018-12-10
تقييم 4.07/5 مجموع تقييمات 15
المطور https://www.pericror.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة http://www.pericror.com/software/iframe-detector-chrome-extension/
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Provides iframe information when detected on the current page, and allows them to be deleted.",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Iframe Detector",
    "short_name": "IframeDetect",
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "Page does not contain an