content-filter-extension

Safe Browse - Content Filter Extension

A privacy-focused Chrome extension that filters content based on keyword detection.

🚀 Core Functionality

The extension currently filters content by detecting inappropriate words (profanity/NSFW terms):

  1. Text Filtering: Automatically finds and censors profane words on webpages (e.g., replacing them with ****).
  2. Image Blocking (Keyword-Based): Hides images only if their metadata matches NSFW keywords.
    • Scans: Alt tags, filenames (src), titles, and surrounding text.
    • Note: It does not currently analyze the actual image pixels.

🔮 Future Roadmap

We are actively working on enhanced detection capabilities:

🔒 Privacy & Offline Support

🛠 Installation

  1. Load Unpacked Extension:

    • Open Chrome/Brave/Edge and go to chrome://extensions/.
    • Enable Developer mode (top right).
    • Click Load unpacked.
    • Select the content-filter-extension folder.
  2. Verify:

    • Click the extension icon.
    • Status should show Protection Active.

⚙️ Configuration

Click the extension icon to open the popup:

📄 License

MIT License