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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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