Website Security Scanner

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

Qu'est-ce que Website Security Scanner ?

Website Security Scanner est une extension Chrome développée par Website Security Scanner, et sa fonction principale est "Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Website Security Scanner

Téléchargez les fichiers d'extension Website Security Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Website Security Scanner Website Security Scanner
ID bhpbgfognaoeohpahkoidnhgaeipieoj
URL Officiel https://chrome.google.com/webstore/detail/website-security-scanner/bhpbgfognaoeohpahkoidnhgaeipieoj
Description Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.
Taille du Fichier 678 KB
Nombre d'Installations 2,331
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-10-14
Date de Publication 2023-10-14
Développeur Website Security Scanner
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}