Releases: abner-ren/safeguard-extension
Releases · abner-ren/safeguard-extension
Release list
v1.0.1
v1.0.1 - Live Chat Real-time Detection
🎯 Major Features
Live Chat Real-time Detection
- Integrated Gemini WebSocket API for real-time content monitoring
- Added real-time detector module to filter harmful messages in live streams
- Supports dynamic content scanning without page reload
🆕 New Components
utils/gemini-websocket-api.js- WebSocket-based AI API clientutils/realtime-detector.js- Real-time content detection engine.github/copilot-instructions.md- AI assistant development guide
🧹 Code Cleanup
Removed 5 unused backup/legacy files:
options/options-i18n.htmloptions/options-new.jsoptions/options-unified.htmloptions/options-unified.jsoptions/options.backup.jsoptions/options.backup2.html
🔧 Improvements
- ✨ Enhanced i18n support for new features (EN/ZH)
- 🎨 Improved log viewer interface
- ⚡ Optimized content detection pipeline
- 💅 Updated styling for better UX
Result: Cleaner, more efficient codebase! 🎉
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Release Notes - v1.0.0
🎉 Initial Release
SafeGuard - First official release of the Intelligent Content Moderation Extension!
✨ Key Features
-
🤖 Multi-AI Model Support
- Google Gemini (Recommended)
- DeepSeek
- Alibaba Cloud Qwen
-
🔒 Privacy Protection
- Automatically detect and mask private information (ID cards, bank cards, phone numbers, etc.)
- Smart identification of sensitive personal data
-
🛡️ Content Filtering
- Violence content detection
- Hate speech recognition
- Politically sensitive content filtering
- Pornographic content blocking
-
📊 Moderation Reports
- Detailed detection results display
- Visual risk level indicators
- Comprehensive audit log recording
-
⚙️ Flexible Configuration
- Custom API keys
- Adjustable sensitivity settings
- Whitelist/Blacklist management
-
🌍 Internationalization Support
- Simplified Chinese
- English
📦 Installation
Chrome Web Store (Recommended)
Available after review approval, install directly from the store
Manual Installation
- Download
safeguard-extension-v1.0.0.zip - Extract to a local folder
- Open Chrome browser and visit
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the extracted folder
🔧 Configuration Guide
API key configuration is required for first-time use:
- Click the extension icon
- Go to the "Settings" page
- Select an AI model provider
- Enter the corresponding API key
- Save the configuration
📝 Usage Tips
- For first-time use, Google Gemini model is recommended (sufficient free quota)
- It is advised to set medium sensitivity to avoid false positives
- Regularly check the audit logs to understand detection status
🐛 Known Issues
- Some dynamically loaded content may require manual refresh
- Minor styling conflicts may occur on a few websites
🙏 Acknowledgements
Thanks to all beta testers for their feedback and suggestions!
📄 License
MIT License
Full Changelog: https://github.com/bblamm/safeguard-extension/commits/v1.0.0