Website Security Scanner
Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.
What is Website Security Scanner?
Website Security Scanner is a Chrome extension developed by Website Security Scanner, and its main feature is "Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.".
Extension Screenshots
Download Website Security Scanner Extension CRX File
Download Website Security Scanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bhpbgfognaoeohpahkoidnhgaeipieoj |
Official URL | 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. |
File Size | 678 KB |
Installation Count | 2,331 |
Current Version | 0.0.2 |
Last Updated | 2023-10-14 |
Publish Date | 2023-10-14 |
Developer | Website Security Scanner |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |