
Malicious Chrome/Edge Extensions Database
An automatically updated database of Chrome extensions removed from the Chrome Web Store for containing malware, policy violation, or bundling unwanted software
π Overview
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.
π MalExt Scanner
β‘ Check YOUR extensions right now!
Quick Start
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
Or download and run:
Linux & macOS:
# Download
curl -O https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py
# Run
python3 malext.py
Windows PowerShell:
#Download
Invoke-WebRequest -Uri https://raw.githubusercontent.com/toborrm9/malicious_extension_sentry/main/malext.py -OutFile malext.py
# Run
python3 malext.py
β¨ Features
- β
Cross-platform - Windows, macOS, Linux
- π Instant scan - Chrome, Edge, Chromium
- π Auto-updates - Downloads latest database
- π‘οΈ Zero install - Just Python 3
- π Privacy-first - 100% local scanning
πΈ Example Output
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'
```
π° Recent Security News
π Data Sources
The database is automatically updated by aggregating information from:
- Chrome extension monitoring services
- Security research blogs and publications
- Threat intelligence feeds
ποΈ Database Structure
Each extension entry includes:
- Extension ID - Unique Chrome Web Store identifier
- Name - Extension name
- Date Added - When the extension was added to this database
π― Usage
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
π€ Contributing
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
β οΈ Disclaimer
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!