Website Security Scanner
Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.
Website Security Scanner là gì?
Website Security Scanner là một tiện ích mở rộng Chrome được phát triển bởi Website Security Scanner, và tính năng chính của nó là "Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Website Security Scanner
Tải xuống các tệp mở rộng Website Security Scanner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bhpbgfognaoeohpahkoidnhgaeipieoj |
URL Chính Thức | https://chrome.google.com/webstore/detail/website-security-scanner/bhpbgfognaoeohpahkoidnhgaeipieoj |
Mô tả | Website Security Scanner Tool to scan and check the safety of any website. Checking over 50+ databases. |
Kích Thước Tệp | 678 KB |
Số Lần Cài Đặt | 2,331 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-10-14 |
Ngày Phát Hành | 2023-10-14 |
Nhà Phát Triển | Website Security Scanner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |