Alpha Checker
A security scanner that scans the domain and server for vulnerabilities.
What is Alpha Checker?
Alpha Checker is a Chrome extension developed by Aswin Venkat, and its main feature is "A security scanner that scans the domain and server for vulnerabilities.".
Extension Screenshots
Download Alpha Checker Extension CRX File
Download Alpha Checker 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
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.
Extension Basic Information
Name | Alpha Checker |
ID | cbmgngecbekanieopkicfffoleecgffo |
Official URL | https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo |
Description | A security scanner that scans the domain and server for vulnerabilities. |
File Size | 4.75 MB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2021-01-03 |
Publish Date | 2021-01-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aswin Venkat |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |