Iframe Detector

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

什麼是Iframe Detector?

Iframe Detector是由https://www.pericror.com開發的Chrome擴展程式,該擴展的主要功能是“Provides iframe information when detected on the current page, and allows them to be deleted.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Iframe Detector擴展crx文件

下載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
官方網址 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