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 с друзьями, чтобы легко установить расширения Chrome.

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

                        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
URL страницы помощи 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