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
Eメール [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"
    ]
}