Website Security Scanner

Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.

Website Security Scanner란 무엇입니까?

Website Security Scanner은(는) Website Security Scanner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Website Security Scanner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing our premier Website Security Scanner Tool, your one-stop solution to validate the safety and security of any internet sites. Exceptionally, our tool comprehensively checks and cross-references over 50+ extensive databases, ensuring an ironclad guarantee towards robust web security. This tool is vital in exploring vulnerabilities, giving you peace of mind and ensuring your navigation remains free from any digital harm. Experience unparalleled safety on the web with our highly advanced and globally acclaimed Website Security Scanner Tool.                    

확장 프로그램 기본 정보

이름 Website Security Scanner Website Security Scanner
ID bhpbgfognaoeohpahkoidnhgaeipieoj
공식 URL https://chrome.google.com/webstore/detail/website-security-scanner/bhpbgfognaoeohpahkoidnhgaeipieoj
설명 Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.
파일 크기 678 KB
설치 횟수 2,331
현재 버전 0.0.2
최근 업데이트 2023-10-14
출시 날짜 2023-10-14
개발자 Website Security Scanner
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Security Scanner",
    "short_name": "Scanner",
    "version": "0.0.2",
    "action": {
        "default_popup": "index.html",
        "default_title": "Security Scanner"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "checker.js"
            ]
        }
    ],
    "description": "Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabs"
    ]
}