Skip to content

Releases: abner-ren/safeguard-extension

Release list

v1.0.1

v1.0.1 Pre-release
Pre-release

Choose a tag to compare

@abner-ren abner-ren released this 03 Nov 14:51

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 client
  • utils/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.html
  • options/options-new.js
  • options/options-unified.html
  • options/options-unified.js
  • options/options.backup.js
  • options/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

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@abner-ren abner-ren released this 01 Nov 02:52

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

  1. Download safeguard-extension-v1.0.0.zip
  2. Extract to a local folder
  3. Open Chrome browser and visit chrome://extensions/
  4. Enable "Developer mode"
  5. Click "Load unpacked"
  6. Select the extracted folder

🔧 Configuration Guide

API key configuration is required for first-time use:

  1. Click the extension icon
  2. Go to the "Settings" page
  3. Select an AI model provider
  4. Enter the corresponding API key
  5. 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