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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | bhpbgfognaoeohpahkoidnhgaeipieoj |
官方網址 | 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" ] } |