A minimalist Chrome extension built with Manifest V3 that automatically scans web pages for insecure (HTTP) links in real-time.
- Auto-Scan: Automatically analyzes links on page load.
- Live Monitoring: Uses
MutationObserverto detect links added via infinite scroll. - Security Alerts: Visual feedback for unencrypted protocols.
- Dark UI: Sleek, terminal-inspired design.
- Clone this repository:
git clone https://github.com/imadaghoukad/security-analyzer.git - Open Chrome and go to
chrome://extensions/. - Enable Developer mode (top right).
- Click Load unpacked and select this folder.
- JavaScript (Vanilla)
- CSS3 (Custom Properties & Animations)
- Chrome API (Scripting, Tabs, Runtime)