A real-time phishing link detection and blocking browser extension with a modern UI similar to Brave browser.
- Real-time phishing link detection
- Suspicious domain blocking
- Whitelist and blacklist management
- Modern, user-friendly interface
- Strict mode for enhanced protection
- Detailed statistics and reporting
- Download or clone this repository
- Open your browser and navigate to the extensions page:
- Chrome:
chrome://extensions/ - Edge:
edge://extensions/
- Chrome:
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
The extension will automatically:
- Monitor all links on web pages
- Check for suspicious patterns in URLs
- Block known phishing domains
- Show warnings for potentially dangerous sites
Click the extension icon to:
- View protection status
- See statistics (links checked, threats blocked)
- Toggle protection on/off
- Enable/disable strict mode
- Whitelist current site
Access detailed settings by:
- Right-click the extension icon
- Select "Options"
In the settings page, you can:
- Manage whitelist and blacklist
- Configure strict mode
- Toggle notifications
- View detailed statistics
extension/
├── manifest.json
├── background.js
├── content.js
├── popup.html
├── popup.js
├── options.html
├── options.js
├── styles.css
└── icons/
├── icon16.png
├── icon48.png
└── icon128.png
No build step is required. The extension can be loaded directly in developer mode.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.