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.pyWindows PowerShell < v7:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py; python3 malext.pyWindows PowerShell >= v7:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py && python3 malext.py- ✅ Cross-platform - Windows, macOS, Linux
- 🔍 Instant scan - Chrome, Edge, Chromium, Brave, Vivaldi, Opera + auto-discovered Chromium-based browsers
- 🌐 Auto-updates - Downloads latest database
- 🛡️ Zero install - Just Python 3
- 🔒 Privacy-first - 100% local scanning
Click to see example scan results
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'
- 2026-02-13: Malicious Chrome Extensions Caught Stealing Business Data, Emails, and Browsing History
- 2026-02-13: Malicious Chrome Extension Steals Meta Business Manager Exports and TOTP 2FA Seeds
- 2026-02-12: AiFrame”- Fake AI Assistant Extensions Targeting 260,000 Chrome Users via injected iframes
- 2026-01-28: Malicious Chrome extensions can spy on your ChatGPT chats
- 2026-01-27: Small Tools, Big Risk: When Browser Extensions Start Stealing API Keys
- 2026-01-27: Stanley — A $6,000 Russian Malware Toolkit with Chrome Web Store Guarantee
- 2026-01-27: Malicious Chrome Extension Performs Hidden Affiliate Hijacking
- 2026-01-26: How We Discovered A Campaign of 16 Malicious Extensions Built to Steal ChatGPT Accounts
- 2026-01-26: Chrome Extensions: Are you getting more than you bargained for?
- 2025-12-24: Silent Takeover: How Purchased Chrome Extensions Became Remote-Controlled Webpage Manipulation Tools
- 2025-12-15: 8 Million Users' AI Conversations Sold for Profit by "Privacy" Extensions
- 2025-12-01: 4.3 Million Browsers Infected: Inside ShadyPanda's 7-Year Malware Campaign
The database is automatically updated by aggregating information from:
- Chrome extension monitoring services
- Security research blogs and publications
- Threat intelligence feeds
Each extension entry includes:
- Extension ID - Unique Chrome Web Store identifier
- Name - Extension name
- Date Added - When the extension was added to this database
This database is intended for:
- Security research
- Extension vetting and analysis
- Building protective tools
- Threat intelligence
Data is available in multiple formats:
.md- Markdown table.csv- Comma-separated values
If you're aware of a malicious extension that should be included, please open an issue with:
- Extension ID
- Evidence or source of malicious behavior
- Date of discovery/removal
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!