
Malicious Extension Database
An automatically updated database of Chrome extensions removed from the Chrome Web Store for containing malware, policy violation, or bundling unwanted software
Real-time search, filtering by threat category, and source reports, built on top of this database.
This repository maintains a current list of Chrome extensions that have been removed for malware, security violations, or malicious behavior. Since no regularly-updated public database exists for this purpose, this project automates the collection and aggregation of extension removals from multiple sources.
I created this project after searching for an updated list of malicious Chrome extensions and finding that most resources were outdated or incomplete. I'm committed to keeping this database alive and current through automated monitoring and community contributions.
⚡ Check YOUR extensions right now!
Prefer a GUI? The MalExt Sentry Chrome extension scans automatically every 6 hours in the background.
⚠️ Note: The extension scans per browser profile. If you use multiple profiles, install it in each one.
One-line install & scan:
Linux & macOS:
curl -O https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py && python3 malext.py
Windows PowerShell < v7:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py; python3 malext.py
Windows PowerShell >= v7:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py && python3 malext.py
When safe:
╔════════════════════════════════════════════════════════════════════╗
║ ███╗ ███╗ █████╗ ██╗ ███████╗██╗ ██╗████████╗ ║
║ ████╗ ████║██╔══██╗██║ ██╔════╝╚██╗██╔╝╚══██╔══╝ ║
║ ██╔████╔██║███████║██║ █████╗ ╚███╔╝ ██║ ║
║ ██║╚██╔╝██║██╔══██║██║ ██╔══╝ ██╔██╗ ██║ ║
║ ██║ ╚═╝ ██║██║ ██║███████╗███████╗██╔╝ ██╗ ██║ ║
║ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ║
║ 🛡️ Malicious Extension Scanner v1.0 🛡️ ║
║ Created by: @toborrm9 ║
╚════════════════════════════════════════════════════════════════════╝
💻 Detected OS: macOS
✅ Loaded 437 known malicious extension IDs
✅ Found 12 extensions (Chrome: 8, Edge: 4)
======================================================================
📊 SCAN RESULTS
======================================================================
✅ GOOD NEWS: No malicious extensions detected!
All 12 extensions are clear.
When threats found:
⚠️ WARNING: 1 MALICIOUS EXTENSION(S) DETECTED!
🔴 REMOVE THESE IMMEDIATELY:
----------------------------------------------------------------------
❌ Malicious Extension
ID: abcdefghijklmnopqrstuvwxyz123456
Browser: Chrome (Default)
🛡️ HOW TO REMOVE:
1. Open Chrome
2. Go to chrome://extensions
3. Find the extension and click 'Remove'
The database is automatically updated by aggregating information from:
Each extension entry includes:
This database is intended for:
Data is available in multiple formats:
.md - Markdown table.csv - Comma-separated valuesIf you're aware of a malicious extension that should be included, please open an issue with:
This database is provided for research and educational purposes. The information is aggregated from public sources and automated monitoring. While efforts are made to ensure accuracy, false positives may occur. Always verify findings before taking action.
Made with ❤️ for browser security
⭐ Found this useful? Star the repo and share with others!