Alpha Checker
A security scanner that scans the domain and server for vulnerabilities.
Alpha Checkerとは何ですか?
Alpha CheckerはAswin Venkatによって開発されたChromeの拡張機能で、その主な機能は「A security scanner that scans the domain and server for vulnerabilities.」です。
拡張機能のスクリーンショット
Alpha Checker拡張機能のCRXファイルをダウンロード
Alpha Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome app is a security tool to find 1. vulnerable plugins 2. ssl certificate validity 3. All urls of the site and provides a overall score for security.
拡張機能の基本情報
名前 | Alpha Checker |
ID | cbmgngecbekanieopkicfffoleecgffo |
公式URL | https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo |
説明 | A security scanner that scans the domain and server for vulnerabilities. |
ファイルサイズ | 4.75 MB |
インストール数 | 28 |
現在のバージョン | 1.0 |
最終更新日 | 2021-01-03 |
公開日 | 2021-01-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Aswin Venkat |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alpha Checker", "version": "1.0", "description": "A security scanner that scans the domain and server for vulnerabilities.", "manifest_version": 2, "icons": { "128": "assets\/qr-code-scan_128x128.png" }, "browser_action": { "default_icon": "assets\/qr-code-scan.png", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |