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文件

下载Website Security Scanner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}