An intelligent Chrome extension that automatically detects, tags, and filters AI-generated and stylistic images on Twitter/X
This extension uses AI models to automatically analyze and classify images in real-time as you browse Twitter/X.
Server API codebase can be found at https://github.com/0xkrauser/smart-filter-api
- Image Detection: The extension scans Twitter/X posts for images in real-time
- Data Conversion: Images are converted to base64 format using optimized canvas processing
- AI Classification: Images are sent to a smart filter API for analysis
- Tagging: Results are tagged and stored locally for future reference
- Content Filtering: Posts with certain tags are automatically blurred/collapsed
- User Control: Users can click to reveal any filtered content
The main component that:
- Monitors Twitter posts for images
- Triggers AI classification
- Applies visual filters based on tags
- Manages local storage of results
Handles image processing
Manages local data persistence:
- Tweet metadata and tags
- Classification results
- Expiration and cleanup
- Built on the excellent Chrome Extension Boilerplate