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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Website Security Scanner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}